morris.js/package.json

27 lines
615 B
JSON
Raw Normal View History

{
2013-01-26 23:53:44 +01:00
"name": "morris.js",
2013-02-08 09:11:19 +01:00
"version": "0.4.1",
"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": {
"grunt-coffee": "~> 0.0.6",
"grunt-mocha": "~> 0.1.7",
2013-03-14 23:28:57 +01:00
"grunt-contrib-less": "~> 0.3.2",
"grunt": "~> 0.3.17"
2013-03-14 22:35:25 +01:00
},
"scripts": {
2013-03-14 23:28:57 +01:00
"test": "./node_modules/.bin/grunt coffee mocha"
}
}