dimple/package.json

22 lines
496 B
JSON
Raw Normal View History

2013-05-21 15:42:17 +04:00
{
"name": "dimple",
2013-09-11 22:06:40 +04:00
"version": "1.1.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",
"grunt": "~0.4.1",
2013-06-12 18:33:29 +04:00
"grunt-jslint": "~0.2.6",
2013-05-21 15:42:17 +04:00
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-concat": "~0.2.0",
2013-06-08 02:31:05 +04:00
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-qunit": "~0.2.2"
2013-05-21 15:42:17 +04:00
}
}