dimple/package.json

22 lines
496 B
JSON

{
"name": "dimple",
"version": "1.1.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-jslint": "~0.2.6",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-qunit": "~0.2.2"
}
}