{
  "name": "generator-gulp-angular",
  "version": "1.1.1",
  "preferGlobal": true,
  "description": "Yeoman generator for AngularJS with Gulp",
  "keywords": "yeoman-generator, angular, gulp, restangular, ui-router, bootstrap, angular-material, foundation, sass, less, es6, babel, traceur, typescript, coffeescript, jade, haml, webpack, eslint",
  "license": "MIT",
  "author": "Matthieu Lux & Mehdy Dara",
  "contributors": [
    "Matthieu Lux <matthieu.lux@gmail.com> (https://github.com/Swiip)",
    "Mehdy Dara <mdara@eleven-labs.com> (http://eleven-labs.com/)"
  ],
  "files": [
    "index.js",
    "generators"
  ],
  "main": "index.js",
  "repository": "Swiip/generator-gulp-angular",
  "scripts": {
    "pretest": "./scripts/prepare-test.sh",
    "test": "istanbul cover _mocha -- test/node test/template && mocha test/inception/test-inception.js -ig protractor --no-insight",
    "update-shrinkwrap": "./scripts/update-test-shrinkwrap.sh",
    "deploy": "./scripts/deploy-boilerplate.sh"
  },
  "dependencies": {
    "chalk": "~1.1.1",
    "insight": "~0.7.0",
    "lodash": "~3.10.1",
    "slash": "~1.0.0",
    "underscore.string": "~3.2.2",
    "yeoman-generator": "~0.20.3",
    "yosay": "~1.0.5"
  },
  "devDependencies": {
    "bluebird": "~2.10.2",
    "bower": "~1.5.3",
    "chai": "~3.3.0",
    "chai-as-promised": "~5.1.0",
    "commander": "~2.8.1",
    "cross-spawn": "~2.0.0",
    "ejs": "~2.3.4",
    "eslint": "~1.6.0",
    "istanbul": "~0.3.22",
    "js-beautify": "~1.5.10",
    "mkdirp": "~0.5.1",
    "mocha": "~2.3.3",
    "mocha-lcov-reporter": "~1.0.0",
    "mz": "~2.0.0",
    "recursive-readdir": "~1.2.1",
    "sinon": "~1.17.1",
    "sinon-chai": "~2.8.0"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
