dimple/package.json

34 lines
875 B
JSON
Raw Normal View History

2013-05-21 15:42:17 +04:00
{
"name": "dimple",
2014-04-27 13:06:35 +04:00
"version": "2.0.0",
2013-05-21 15:42:17 +04:00
"private": true,
"licenses": [
{
"type": "MIT",
"url": "https://github.com/PMSI-AlignAlytics/dimple/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"express": "3.x",
2014-04-03 15:41:37 +04:00
"grunt": "~0.4.4",
2013-06-12 18:33:29 +04:00
"grunt-jslint": "~0.2.6",
2013-05-21 15:42:17 +04:00
"grunt-contrib-concat": "~0.2.0",
2013-06-08 02:31:05 +04:00
"grunt-contrib-uglify": "~0.2.0",
2014-01-19 17:41:31 +04:00
"grunt-contrib-connect": "~0.3.0"
2014-01-19 16:53:29 +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",
"grunt-karma": "~0.6.2"
2013-05-21 15:42:17 +04:00
}
}