mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
22 lines
490 B
JSON
22 lines
490 B
JSON
{
|
|
"name": "Morris.js",
|
|
"version": "0.2.10",
|
|
"homepage": "http://oesmith.github.com/morris.js",
|
|
"description": "Pretty time-series line graphs",
|
|
"author": {
|
|
"name": "Olly Smith",
|
|
"email": "olly@oesmith.co.uk"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/oesmith/morris.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/oesmith/morris.js/issues"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-coffee": "~> 0.0.6",
|
|
"grunt-mocha": "~> 0.1.7"
|
|
}
|
|
}
|