{
  "name": "generator-angular-gulp-browserify",
  "version": "1.4.5",
  "description": "Yeoman generator for AngularJS with Gulp and Browserify",
  "license": "MIT",
  "main": "generators/app/index.js",
  "keywords": [
    "yeoman-generator",
    "angular",
    "angularjs",
    "gulp",
    "sass",
    "browserify",
    "karma",
    "jasmine"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/alferov/generator-angular-gulp-browserify.git"
  },
  "bugs": {
    "url": "https://github.com/alferov/generator-angular-gulp-browserify/issues"
  },
  "author": "Philipp Alferov <philipp.alferov@gmail.com> (https://github.com/alferov)",
  "scripts": {
    "release": "npm version ${BUMP:-\"patch\"} --no-git-tag-version && git add package.json && git commit -m \":octocat: Bump to $(cat package.json | json version)\" && git tag $(cat package.json | json version) && git push && git push --tags && npm publish",
    "test": "mocha",
    "tdd": "mocha -w",
    "update": "git submodule update --init --recursive && git submodule foreach --recursive git fetch && git submodule foreach git merge origin master"
  },
  "files": [
    "generators"
  ],
  "dependencies": {
    "chalk": "^1.1.1",
    "glob": "^7.0.0",
    "lodash": "^4.5.1",
    "yeoman-assert": "^2.1.1",
    "yeoman-generator": "^0.22.5",
    "yeoman-test": "^1.1.0",
    "yosay": "^1.0.5"
  },
  "devDependencies": {
    "json": "^9.0.3",
    "mocha": "^2.3.0"
  },
  "homepage": "https://github.com/alferov/generator-angular-gulp-browserify",
  "directories": {
    "test": "test"
  }
}
