generator-angular-blueprint
Version:
Yeoman angular generator that allows you to override global templates with your own!
41 lines • 957 B
JSON
{
"name": "generator-angular-blueprint",
"version": "1.5.0-beta.2",
"description": "Yeoman angular generator that allows you to override global templates with your own!",
"license": "MIT",
"repository": "https://github.com/deebloo/generator-angular-blueprint.git",
"author": {
"name": "Danny Blue",
"email": "dannybluedesign@gmail.com",
"url": "https://github.com/deebloo"
},
"engines": {
"node": ">=5.7.0"
},
"scripts": {
"test": "mocha",
"test-full": "bash ./test.sh ES5 && bash ./test.sh ES6"
},
"main": "app/index.js",
"files": [
"generators/",
"lib/"
],
"keywords": [
"yeoman-generator",
"angular",
"scaffolding",
"app"
],
"dependencies": {
"chalk": "^0.5.0",
"concurrently": "^2.0.0",
"underscore.string": "^3.0.3",
"yeoman-blueprints": "1.0.5",
"yeoman-generator": "^0.18.0",
"yosay": "^0.3.0"
},
"devDependencies": {
"mocha": "*"
}
}