morris.js/package.json
2013-03-14 22:28:57 +00:00

27 lines
615 B
JSON

{
"name": "morris.js",
"version": "0.4.1",
"homepage": "http://oesmith.github.com/morris.js",
"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",
"grunt-contrib-less": "~> 0.3.2",
"grunt": "~> 0.3.17"
},
"scripts": {
"test": "./node_modules/.bin/grunt coffee mocha"
}
}