fuel-web/nailgun/package.json

25 lines
598 B
JSON

{
"name": "fuel-web",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/stackforge/fuel-web.git"
},
"devDependencies": {
"grunt": "~0.4.2",
"jslint": "~0.2.5",
"requirejs": "~2.1.9",
"uglifyjs": "~2.3.6",
"less": "~1.5.1",
"grunt-jslint": "~1.1.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-less": "~0.8.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-cleanempty": "~0.2.0",
"grunt-bower": "~0.7.0",
"grunt-bower-task": "~0.3.4",
"grunt-debug-task": "~0.1.3",
"lodash-node": "~2.4.1"
}
}