UNPKG

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.

82 lines (81 loc) 2.15 kB
{ "name": "generator-base-backbone", "version": "1.7.1", "description": "Backbone.js basic skeleton for webapp development. With RequireJS, Bootstrap, Sass, and templating with Pug and Lodash. Also with JSHint and Grunt.", "homepage": "https://github.com/zguillez/generator-base-backbone", "author": { "name": "Guillermo de la Iglesia", "email": "mail@zguillez.io", "url": "https://github.com/zguillez" }, "files": [ "generators" ], "main": "generators/index.js", "keywords": [ "yeoman-generator", "Backbone", "Underscore", "Lodash", "Jade", "Sass", "Pug", "Less", "Bootstrap", "Bootstrap4", "Jquery", "Grunt" ], "dependencies": { "yeoman-generator": "^1.1.0", "chalk": "^1.1.3", "yosay": "^2.0.0" }, "devDependencies": { "bower": "^1.8.0", "connect-livereload": "^0.6.0", "eslint": "^3.16.0", "eslint-config-xo-space": "^0.15.0", "grunt": "^1.0.1", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "~1.0.2", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-less": "^1.4.0", "grunt-contrib-pug": "^1.0.0", "grunt-contrib-sass": "~1.0.0", "grunt-contrib-uglify": "~2.1.0", "grunt-contrib-watch": "^1.0.0", "grunt-merge-copy": "^1.0.1", "grunt-open": "^0.2.3", "grunt-reload": "^0.2.0", "gulp": "^3.9.1", "gulp-coveralls": "^0.1.4", "gulp-eslint": "^3.0.1", "gulp-exclude-gitignore": "^1.1.1", "gulp-istanbul": "^1.1.1", "gulp-line-ending-corrector": "^1.0.1", "gulp-mocha": "^4.0.1", "gulp-nsp": "^2.4.2", "gulp-plumber": "^1.1.0", "jshint-stylish": "^2.2.1", "load-grunt-tasks": "^3.5.2", "pug": "^2.0.0-beta6", "replace": "^0.3.0", "yeoman-assert": "^3.0.0", "yeoman-test": "^1.6.0" }, "eslintConfig": { "extends": "xo-space", "env": { "mocha": true } }, "repository": "/zguillez/generator-base-backbone", "scripts": { "prepublish": "gulp prepublish", "test": "gulp" }, "license": "Apache-2.0" }