dimple/package.json

20 lines
428 B
JSON
Raw Normal View History

2013-05-21 16:49:16 +04:00
{
"name": "dimple",
"version": "1.0.0",
"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",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0"
}
}