morris.js/package.json

34 lines
786 B
JSON
Raw Normal View History

{
2013-01-26 23:53:44 +01:00
"name": "morris.js",
2013-05-12 18:20:45 +02:00
"version": "0.4.3",
"homepage": "http://oesmith.github.com/morris.js",
2012-11-02 20:12:51 +01:00
"description": "Easy, pretty charts",
"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": {
"matchdep": "~0.1.2",
"grunt": "~0.4.1",
"grunt-mocha": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-watch": "~0.5.3"
2013-03-14 22:35:25 +01:00
},
"scripts": {
2013-10-20 17:21:28 +02:00
"test": "grunt concat coffee mocha"
},
"engines": {
"node": ">=0.8 <0.11"
}
}