generator-closure-stack
Version:
Yeoman generator for stack with closure compiler, soy templates, less + express
34 lines (33 loc) • 872 B
JSON
{
"name": "$_projectName_$",
"description": "$_projectDescription_$",
"version": "0.0.1",
"author": {
"name": "$_authorName_$",
"email": "$_authorEmail_$",
"url": "$_authorUrl_$"
},
"homepage": "$_projectHomepage_$",
"repository": {
"type": "git",
"url": "$_projectUrl_$"
},
"main": "./src/server/js/server.js",
"dependencies": {
"express": "4.x",
"lodash": "2.4.1",
"soynode": "0.6.x",
"bower": "1.3.x",
"grunt-bower-concat": "0.4.x",
"grunt-express-server": "0.4.x",
"grunt-contrib-watch": "0.6.x",
"grunt-contrib-copy": "0.6.x",
"grunt-contrib-less": "0.11.x",
"grunt-contrib-uglify": "0.6.x",
"grunt-contrib-cssmin": "0.10.x",
"grunt-soy-compile": "andrewpmckenzie/grunt-soy-compile",
"grunt-curl": "2.0.x",
"grunt-zip": "0.16.x",
"grunt-closure-tools": "0.9.7"
}
}