UNPKG

generator-base-polymer

Version:

Polymer basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. Routing by Page.js.

81 lines (80 loc) 2.06 kB
{ "name": "generator-base-polymer", "version": "1.3.3", "description": "Polymer basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. Routing by Page.js.", "homepage": "", "author": { "name": "Guillermo de la Iglesia", "email": "mail@zguillez.io", "url": "https://github.com/zguillez" }, "files": [ "generators" ], "main": "generators/index.js", "keywords": [ "yeoman-generator", "Polymer", "Underscore", "Lodash", "Jade", "Sass", "Bootstrap", "Jquery", "Grunt", "Page" ], "dependencies": { "yeoman-generator": "^0.24.1", "chalk": "^1.1.3", "yosay": "^1.2.0" }, "devDependencies": { "yeoman-test": "^1.4.0", "yeoman-assert": "^2.2.1", "eslint": "^3.3.1", "eslint-config-xo-space": "^0.14.0", "gulp": "^3.9.1", "gulp-eslint": "^3.0.1", "gulp-exclude-gitignore": "^1.0.0", "gulp-line-ending-corrector": "^1.0.1", "gulp-istanbul": "^1.1.0", "gulp-mocha": "^3.0.1", "gulp-plumber": "^1.1.0", "gulp-nsp": "^2.4.2", "gulp-coveralls": "^0.1.4", "bower": "^1.7.9", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "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-jade": "^1.0.0", "grunt-contrib-sass": "~1.0.0", "grunt-contrib-uglify": "~2.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^19.0.0", "grunt-livereload": "^0.1.3", "grunt-merge-copy": "^1.0.1", "grunt-open": "^0.2.3", "grunt-reload": "^0.2.0", "grunt-rename": "^0.1.4", "grunt-text-replace": "^0.4.0", "jade": "^1.11.0", "jshint-stylish": "^2.2.1", "load-grunt-tasks": "^3.5.2" }, "eslintConfig": { "extends": "xo-space", "env": { "mocha": true } }, "repository": "/zguillez/generator-base-polymer", "scripts": { "prepublish": "gulp prepublish", "test": "gulp" }, "license": "Apache-2.0" }