generator-webapp-aberigle
Version:
A generator for Yeoman
27 lines (20 loc) • 438 B
JSON
{
"name": "app",
"version": "0.0.0",
"author" : {
"name" : "_NAME_",
"email" : "_EMAIL_"
},
"dependencies": {},
"devDependencies" : {
"grunt" : "",
"grunt-contrib-coffee" : "",
"grunt-contrib-stylus" : "",
"grunt-contrib-jade" : "",
"grunt-contrib-uglify" : "",
"grunt-contrib-concat" : "",
"grunt-contrib-watch" : "",
"grunt-contrib-copy" : "",
"load-grunt-tasks" : ""
}
}