UNPKG

generator-fatarrow

Version:
95 lines (94 loc) 2.92 kB
{ "name": "<%= appname %>", "version": "1.0.0", "description": "<%= appdescription %>", "author": { "name": "Cary Landholt", "email": "cary@landholt.com", "url": "https://github.com/CaryLandholt" }, "repository": { "type": "git", "url": "https://github.com/CaryLandholt/fatarrow" }, "license": "MIT", "engines": { "node": ">=0.10.0" }, "devDependencies": { "bower": "^1.5.2", "browser-sync": "^2.8.2", "coffee-script": "^1.7.1", "connect-modrewrite": "^0.8.2", "conventional-changelog": "0.4.2", "del": "^2.0.0", "event-stream": "^3.1.5", "gulp": "^3.8.5", "gulp-angular-templatecache": "^1.2.1", <% if(includeBabel) { %>"gulp-babel": "^5.2.1",<% } %> <% if(includeCoffeeScript) { %> "gulp-coffee": "^2.0.1", "gulp-coffeelint": "0.5.0", <% } %> "gulp-concat": "^2.4.2", "gulp-flatten": "0.2.0", <% if(includeHaml) { %>"gulp-haml": "0.1.5",<% } %> "gulp-if": "^1.2.5", <% if(includeJade) { %>"gulp-jade": "1.1.0",<% } %> "gulp-jscs": "^2.0.0", "gulp-jshint": "^1.6.3", "gulp-less": "^3.0.3", <% if(includeLiveScript) { %>"gulp-livescript": "^2.2.1",<% } %> "gulp-load-plugins": "^0.10.0", <% if(includeMarkdown) { %>"gulp-markdown": "^1.0.0",<% } %> "gulp-minify-css": "1.2.1", "gulp-minify-html": "1.0.4", "gulp-newer": "^0.5.0", "gulp-ng-annotate": "^1.1.0", <% if(includeCoffeeScript) { %>"gulp-ng-classify": "^4.0.0",<% } %> "gulp-protractor": "^1.0.0", "gulp-rev": "^6.0.1", <% if(includeSass) { %>"gulp-sass": "^2.0.4",<% } %> "gulp-sourcemaps": "^1.1.0", "gulp-template": "^3.0.0", <% if(includeTypeScript) { %>"gulp-typescript": "^2.8.1",<% } %> "gulp-uglify": "^1.4.0", "gulp-util": "^3.0.0", "jasmine-core": "^2.3.4", "jasmine-reporters": "^2.0.6", "karma": "0.12.37", "karma-coverage": "^0.5.1", "karma-jasmine": "0.3.6", "karma-junit-reporter": "^0.3.4", "karma-ng-html2js-preprocessor": "0.1.2", "karma-phantomjs-launcher": "0.2.1", "karma-spec-reporter": "0.0.20", "node-notifier": "^4.2.3", "phantomjs": "^1.9.18", "plato": "^1.5.0", "pre-commit": "^1.1.1", "q": "^1.4.1", "s3": "^4.4.0", "shelljs": "^0.5.1", "update-notifier": "^0.5.0", "yargs": "^3.23.0" }, "scripts": { "prebower": "gulp clean:bower", "bower": "gulp bower", "clean": "gulp clean:working", "prod": "gulp --prod --no-serve", "predeploy": "npm test && npm run prod", "deploy": "gulp deploy", "postinstall": "gulp bower && gulp e2e-driver-update", "pretest": "gulp build", "test": "karma start karma.conf.coffee && gulp protractor:ci", "posttest": "npm run clean", "precommit": "karma start karma.conf.coffee && gulp protractor:ci", "plato": "gulp plato", "start": "gulp" }, "precommit": [ "precommit" ] }