generator-stacked
Version:
A Backbone.js Require.js test driven workflow.
39 lines (38 loc) • 1.06 kB
JSON
{
"name": "<%= projectName %>",
"description": "Built with theStack!",
"version": "0.0.1",
"homepage": "https://github.com/<%= github %>/<%= projectName %>",
"author": {
"name": "<%= userName %>",
"url": "https://github.com/<%= github %>"
},
"repository": {
"type": "git",
"url": "git@github.com:<%= github %>/<%= projectName %>.git"
},
"homepage": "https://<%= github %>.github.io/<%= projectName %>",
"keywords": [
"generator-thestack"
],
"bugs": {
"url": "https://github.com/<%= github %>/<%= projectName %>/issues"
},
"main": "./server/server",
"dependencies": {
"express": "3.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-nodemon": "0.0.9",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-shell": "~0.3.1",<% if (less) { %>
"grunt-contrib-less": "~0.6.4",<% } %>
"grunt-mocha-test": "~0.6.2",<% if (mongo) { %>
"mongoose": "~3.6.19",<% } %>
"superagent": "~0.15.4",
"expect.js": "~0.2.0",
"uglify-js": "~2.2.5"
}
}