generator-base-polymer
Version:
Polymer basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. Routing by Page.js.
37 lines (36 loc) • 1.14 kB
JSON
{
"name": "generator-base-polymer",
"version": "1.2.7",
"description": "Polymer basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. Routing by Page.js.",
"license": "MIT",
"main": "app/index.js",
"repository": "zguillez/generator-base-polymer",
"author": {
"name": "Guillermo de la Iglesia",
"email": "mail@zguillez.io",
"url": "https://github.com/zguillez"
},
"devDependencies": {
"babel-core": "^6.13.2",
"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",
"load-grunt-tasks": "^3.5.2"
}
}