generator-base-angularjs
Version:
AngularJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. Also with JSHint and Grunt.
35 lines (34 loc) • 1.07 kB
JSON
{
"name": "generator-base-angularjs",
"version": "1.2.1",
"description": "AngularJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. Also with JSHint and Grunt.",
"license": "MIT",
"main": "app/index.js",
"repository": "zguillez/generator-base-angularjs",
"author": {
"name": "Guillermo de la Iglesia",
"email": "mail@zguillez.io",
"url": "https://github.com/zguillez"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.7.9",
"connect-livereload": "^0.5.4",
"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-jade": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-merge-copy": "^1.0.1",
"grunt-open": "^0.2.3",
"grunt-reload": "^0.2.0",
"jade": "^1.11.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2"
}
}