UNPKG

generator-angular-blueprint

Version:

Yeoman angular generator that allows you to override global templates with your own!

62 lines (61 loc) 1.91 kB
{ "name": "<%= appName %>", "version": "0.0.0", "license": "MIT", "devDependencies": { "angular-jsdoc": "~0.3.0", "grunt": "^0.4.5", "grunt-angular-templates": "^0.5.7", "grunt-asset-injector": "^0.1.0", "grunt-autoprefixer": "^3.0.3", "grunt-cli": "^0.1.13", "grunt-concurrent": "^1.0.0", "grunt-connect-proxy": "0.1.10", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-connect": "^0.9.0", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-cssmin": "^0.12.2", "grunt-contrib-htmlmin": "^0.4.0", "grunt-contrib-jshint": "^0.11.1", "grunt-contrib-uglify": "^0.8.1", "grunt-contrib-watch": "^0.6.1", "grunt-google-cdn": "*", "grunt-jsdoc": "^0.6.3", "grunt-karma": "^0.10.1", "grunt-newer": "^1.1.0", "grunt-ng-annotate": "^0.10.0", "grunt-sass": "^1.0.0", "grunt-usemin": "3.0.0", "grunt-wiredep": "^2.0.0", "jasmine-core": "^2.2.0", "jshint-stylish": "^1.0.1", "karma": "^0.12.31", "karma-coverage": "^0.4.2", "karma-jasmine": "^0.3.5", "karma-ng-html2js-preprocessor": "^0.1.2", "karma-phantomjs-launcher": "^1.0.0", "load-grunt-tasks": "^3.1.0", "phantomjs-prebuilt": "^2.1.7", "time-grunt": "^1.1.0" }, "engines": { "node": ">=0.12.2" }, "scripts": { "start": "grunt serve", "test": "grunt test", "build": "grunt build", "build-full": "grunt", "docs": "grunt jsdoc", "linter": "grunt jshint", "controller": "yo angular-blueprint:controller", "factory": "yo angular-blueprint:factory", "service": "yo angular-blueprint:service", "route": "yo angular-blueprint:route", "blueprint": "yo angular-blueprint:blueprint", "filter": "yo angular-blueprint:filter", "directive": "yo angular-blueprint:directive", "directive-html": "yo angular-blueprint:directive-html" } }