generator-base-backbone
Version:
Backbone.js basic skeleton for webapp development. With RequireJS, Bootstrap, Sass, and templating with Pug and Lodash. Also with JSHint and Grunt.
24 lines (22 loc) • 681 B
JSON
{
"name": "generator-base-backbone",
"version": "1.5.0",
"description": "Backbone.js basic skeleton for webapp development. With RequireJS, Bootstrap, Sass, and templating with Jade and Lodash. Also with JSHint and Grunt.",
"license": "MIT",
"main": "app/index.js",
"repository": "zguillez/generator-base-backbone",
"author": {
"name": "Guillermo de la Iglesia",
"email": "mail@zguillez.io",
"url": "https://github.com/zguillez"
},
"dependencies": {
"requirejs": "~2.3.3",
"requirejs-text": "~2.0.15",
"jquery": "~3.1.1",
"lodash": "~4.17.4",
"backbone": "~1.3.3",
"bootstrap": "^<%= pkgver %>"
},
"devDependencies": {}
}