2012-06-26 08:32:36 +02:00
|
|
|
{
|
2013-01-26 23:53:44 +01:00
|
|
|
"name": "morris.js",
|
2014-07-12 19:20:17 +02:00
|
|
|
"version": "0.5.1",
|
2014-05-05 21:56:38 +02:00
|
|
|
"homepage": "http://morrisjs.github.com/morris.js",
|
2014-01-30 13:57:34 +01:00
|
|
|
"license": "BSD-2-Clause",
|
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"
|
|
|
|
},
|
2016-07-05 21:01:53 +02:00
|
|
|
"main": "morris.min.js",
|
2012-06-26 08:32:36 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-05-05 21:56:38 +02:00
|
|
|
"url": "git://github.com/morrisjs/morris.js.git"
|
2012-06-26 08:32:36 +02:00
|
|
|
},
|
|
|
|
"bugs": {
|
2014-05-05 21:56:38 +02:00
|
|
|
"url": "https://github.com/morrisjs/morris.js/issues"
|
2012-06-26 08:32:36 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-09-25 21:26:31 +02:00
|
|
|
"matchdep": "~0.1.2",
|
2013-09-25 08:27:24 +02:00
|
|
|
"grunt": "~0.4.1",
|
2014-02-05 13:38:30 +01:00
|
|
|
"grunt-mocha": "~0.4.10",
|
2013-09-25 08:27:24 +02:00
|
|
|
"grunt-contrib-concat": "~0.3.0",
|
2013-09-25 21:26:31 +02:00
|
|
|
"grunt-contrib-coffee": "~0.7.0",
|
|
|
|
"grunt-contrib-uglify": "~0.2.4",
|
|
|
|
"grunt-contrib-less": "~0.7.0",
|
2013-11-10 23:09:01 +01:00
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
2014-02-02 18:15:26 +01:00
|
|
|
"grunt-shell": "~0.5.0",
|
2014-07-13 23:06:58 +02:00
|
|
|
"bower": "1.3.8"
|
2013-03-14 22:35:25 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2013-11-11 21:57:21 +01:00
|
|
|
"test": "grunt concat coffee mocha"
|
2013-09-25 21:26:31 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8 <0.11"
|
2012-06-26 08:32:36 +02:00
|
|
|
}
|
2012-10-25 08:51:13 +02:00
|
|
|
}
|