generator-mooc
Version:
generate front-end files for projects and modules
24 lines (23 loc) • 617 B
JSON
{
"name": "<%= appname %>",
"version": "<%= version %>",
"description": "<%= description %>",
"author": {
"name": "<%= user.name %>",
"email": "<%= user.email %>"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-exec": "^0.4.6",
"grunt-jsdoc": "^0.5.7",
"grunt-bower-server": "0.0.0",
"grunt-bower-task": "0.4.0",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
}
}