{
  "name": "generator-ep",
  "version": "3.0.0-rc10",
  "description": "Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node",
  "keywords": [
    "yeoman-generator",
    "mean",
    "mongodb",
    "angularjs",
    "express",
    "scaffold",
    "fullstack",
    "framework",
    "component",
    "front-end",
    "app"
  ],
  "homepage": "https://github.com/jamesongamble/epFullstack.git",
  "bugs": "https://github.com/DaftMonk/generator-angular-fullstack/issues",
  "author": "Tyler Henkel (http://tylerhenkel.com/)",
  "contributors": [
    "Andrew Koroluk <koroluka@gmail.com> (http://andrewk.me/)",
    "Cody Mize <me@codymize.com> (http://codymize.com/)",
    "Brian Ford <btford@umich.edu> (http://briantford.com/)",
    "Pascal Hartig <passy@twitter.com> (http://passy.me/)",
    "Eddie Monge (http://eddiemonge.com)",
    "Sindre Sorhus <sindresorhus@gmail.com> (https://twitter.com/sindresorhus)"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/jamesongamble/epFullstack.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "babel-core": "^5.8.23",
    "chalk": "^1.1.0",
    "generator-ng-component": "~0.1.1",
    "glob": "^5.0.14",
    "lodash": "^3.10.1",
    "underscore.string": "^3.1.1",
    "yeoman-generator": "~0.20.3",
    "yeoman-welcome": "^1.0.1"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "grunt": "~0.4.1",
    "grunt-build-control": "^0.6.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-conventional-changelog": "^4.1.0",
    "grunt-david": "~0.5.0",
    "grunt-env": "^0.4.1",
    "grunt-mocha-test": "^0.12.7",
    "grunt-release": "^0.13.0",
    "jit-grunt": "^0.9.1",
    "mocha": "^2.2.5",
    "q": "^1.0.1",
    "recursive-readdir": "^1.2.0",
    "shelljs": "^0.5.3",
    "yeoman-assert": "^2.0.0"
  },
  "engines": {
    "node": ">=0.12.0",
    "npm": ">=1.2.10"
  },
  "license": "BSD-2-Clause"
}
