dimple/package.json

37 lines
973 B
JSON
Raw Permalink Normal View History

2013-05-21 16:49:16 +04:00
{
"name": "dimple",
2016-03-23 18:19:48 +03:00
"version": "2.2.0",
2015-07-10 19:41:31 +03:00
"private": false,
2013-05-21 16:49:16 +04:00
"licenses": [
{
"type": "MIT",
"url": "https://github.com/PMSI-AlignAlytics/dimple/blob/master/MIT-LICENSE.txt"
}
],
2016-03-23 18:19:48 +03:00
"main": "dist/dimple.latest.js",
2014-01-28 19:24:50 +04:00
"devDependencies": {
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.1.2",
"requirejs": "~2.1.10",
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.9",
"grunt-contrib-watch": "~0.5.3",
2014-12-16 05:15:00 +03:00
"grunt-karma": "~0.6.2",
"express": "3.x",
"grunt": "~0.4.4",
"grunt-jslint": "~0.2.6",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.7.0"
2014-07-24 13:58:51 +04:00
},
"buildDependencies": {
"d3": "3.4.8"
2013-05-21 16:49:16 +04:00
}
}