{
  "name": "yeoman-generator",
  "version": "0.19.2",
  "description": "Rails-inspired generator system that provides scaffolding for your apps",
  "license": "BSD",
  "keywords": [
    "development",
    "dev",
    "build",
    "tool",
    "cli",
    "scaffold",
    "scaffolding",
    "generate",
    "generator",
    "yeoman",
    "app"
  ],
  "homepage": "http://yeoman.io",
  "author": "The Yeoman Team",
  "repository": "yeoman/generator",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "gulp",
    "doc": "jsdoc -c ./jsdoc.json ./readme.md",
    "prepublish": "nsp audit-package"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "dependencies": {
    "async": "^0.9.0",
    "chalk": "^1.0.0",
    "class-extend": "^0.1.0",
    "cli-table": "^0.3.1",
    "cross-spawn": "^0.2.6",
    "dargs": "^4.0.0",
    "dateformat": "^1.0.11",
    "debug": "^2.1.0",
    "detect-conflict": "^1.0.0",
    "diff": "^1.0.4",
    "download": "^4.1.2",
    "findup-sync": "^0.2.1",
    "github-username": "^1.0.0",
    "glob": "^5.0.3",
    "gruntfile-editor": "^1.0.0",
    "html-wiring": "^1.0.0",
    "inquirer": "^0.8.0",
    "istextorbinary": "^1.0.2",
    "lodash": "^3.5.0",
    "mem-fs-editor": "^1.0.0",
    "mime": "^1.2.9",
    "mkdirp": "^0.5.0",
    "nopt": "^3.0.0",
    "pretty-bytes": "^1.0.2",
    "read-chunk": "^1.0.1",
    "rimraf": "^2.2.0",
    "run-async": "^0.1.0",
    "shelljs": "^0.4.0",
    "sinon": "^1.9.1",
    "text-table": "^0.2.0",
    "through2": "^0.6.3",
    "underscore.string": "^3.0.3",
    "user-home": "^1.1.0",
    "xdg-basedir": "^1.0.0",
    "yeoman-assert": "^1.0.0",
    "yeoman-environment": "^1.1.0",
    "yeoman-welcome": "^1.0.0"
  },
  "devDependencies": {
    "gulp": "^3.6.0",
    "gulp-coveralls": "^0.1.0",
    "gulp-eslint": "^0.8.0",
    "gulp-istanbul": "^0.8.1",
    "gulp-jscs": "^1.1.0",
    "gulp-jshint": "^1.5.3",
    "gulp-mocha": "^2.0.0",
    "gulp-plumber": "^1.0.0",
    "jsdoc": "^3.3.0-beta1",
    "jshint-stylish": "^1.0.0",
    "mockery": "^1.4.0",
    "nock": "^1.2.0",
    "nsp": "*",
    "proxyquire": "^1.0.0"
  }
}
