2012-06-26 08:32:36 +02:00
|
|
|
{
|
|
|
|
"name": "Morris.js",
|
2012-11-02 20:12:51 +01:00
|
|
|
"version": "0.3.3",
|
2012-06-26 08:32:36 +02:00
|
|
|
"homepage": "http://oesmith.github.com/morris.js",
|
2012-11-02 20:12:51 +01:00
|
|
|
"description": "Easy, pretty charts",
|
2012-06-26 08:32:36 +02:00
|
|
|
"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": {
|
2012-10-25 08:51:13 +02:00
|
|
|
"grunt-coffee": "~> 0.0.6",
|
2012-11-18 20:02:46 +01:00
|
|
|
"grunt-mocha": "~> 0.1.7",
|
2013-01-18 00:52:08 +01:00
|
|
|
"grunt-contrib-less": "~> 0.3.2"
|
2012-06-26 08:32:36 +02:00
|
|
|
}
|
2012-10-25 08:51:13 +02:00
|
|
|
}
|