{
  "name": "<%= appName %>",
  "version": "0.0.0",
  "devDependencies": {
    "bower": "^1.4.0",
    "connect-modrewrite": "^0.8.1",
    "csv": "^0.4.2",
    "googleapis": "^2.0.4",
    "grunt": "^0.4.1",
    "grunt-angular-templates": "^0.5.7",
    "grunt-autoprefixer": "^3.0.1",
    "grunt-cli": "^0.1.13",
    "grunt-concurrent": "^1.0.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-focus": "^0.1.1",
    "grunt-sass": "^1.1.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-connect": "^0.10.1",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-cssmin": "^0.12.3",
    "grunt-contrib-htmlmin": "^0.4.0",
    "grunt-contrib-imagemin": "^1.0.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-filerev": "^2.0.0",
    "grunt-google-cdn": "^0.4.0",
    "grunt-karma": "^0.12.1",
    "grunt-newer": "^1.1.0",
    "grunt-ng-annotate": "^1.0.1",
    "grunt-ng-constant": "^1.0.0",
    "grunt-ngdocs": "^0.2.5",
    "grunt-svgmin": "^2.0.1",
    "grunt-usemin": "^3.0.0",
    "grunt-wiredep": "^2.0.0",<%if (includeJsonServer === true) { %>
    "grunt-json-server": "^0.1.2",<% } %>
    "grunt-include-source": "^0.7.1",<%if (includeProtractor === true) { %>
    "grunt-protractor-runner": "^3.0.0",<% } %>
    "jasmine-core": "^2.3.4",
    "jasmine-spec-reporter": "^2.2.2",
    "jshint-stylish": "^2.0.0",
    "karma": "^0.13.19",
    "karma-coverage": "^0.3.1",
    "karma-html-reporter": "^0.2.6",
    "karma-jasmine": "^0.3.5",
    "karma-ng-html2js-preprocessor": "^0.1.2",
    "karma-nyan-reporter": "git+https://github.com/urecio/karma-nyan-reporter.git",
    "karma-phantomjs-launcher": "^0.1.4",
    "load-grunt-tasks": "^3.2.0",
    "lodash": "^3.9.3",
    "phantomjs": "^1.9.19",
    "time-grunt": "^1.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "postinstall": "npm run bower; <%if (includeProtractor === true) { %> node ./node_modules/protractor/bin/webdriver-manager update; <% } %>",
    "bower": "./node_modules/.bin/bower install --config.interactive=false;",
    "build": "./node_modules/.bin/grunt build"
  }
}
