{
  "name": "generator-ng-factory",
  "version": "0.8.7",
  "description": "ngFactory generator for AngularJS applications",
  "keywords": [
    "yeoman-generator",
    "ng-factory",
    "angular"
  ],
  "homepage": "https://github.com/ng-tools/generator-ng-factory",
  "bugs": "https://github.com/ng-tools/generator-ng-factory/issues",
  "author": {
    "name": "Olivier Louvignes",
    "email": "olivier@mg-crea.com",
    "url": "https://github.com/mgcrea"
  },
  "main": "app/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ng-tools/generator-ng-factory.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "license": "MIT",
  "dependencies": {
    "bluebird": "^2.10.2",
    "buffer-equal": "0.0.1",
    "chalk": "^1.1.1",
    "char-spinner": "^1.0.1",
    "cwd": "^0.8.0",
    "glob": "^5.0.15",
    "inquirer": "^0.10.1",
    "lodash": "^3.10.1",
    "mkdirp": "^0.5.1",
    "needle": "^0.10.0",
    "nunjucks": "^2.1.0",
    "semver": "^5.0.3",
    "tildify": "^1.1.2",
    "underscore.string": "^3.2.2",
    "update-notifier": "^0.5.0",
    "yargs": "^3.27.0",
    "yeoman-generator": "^0.20.3",
    "yosay": "^1.0.5"
  },
  "devDependencies": {
    "mocha": "^2.3.3"
  }
}
