xitme
Version:
AngularJS boilerplate generator
25 lines (24 loc) • 618 B
JSON
{
"name": "@@app_name",
"version": "0.0.1",
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-replace": "latest",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-bower-task": "latest",
"grunt-css": "~0.5.x",
"grunt-reload": "^0.2.0",
"grunt-cli": "^1.2.0"
},
"dependencies": {
"grunt-cli": "^1.2.0"
}
}