{
  "name": "generator-mycroftx-fullstack",
  "version": "0.0.1",
  "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://bitbucket.org/mycroftx/generator-mycroftx-fullstack",
  "bugs": "https://bitbucket.org/mycroftx/generator-mycroftx-fullstack/issues",
  "author": "mycroftx, HAN",
  "original author": "Tyler Henkel",
  "repository": {
    "type": "git",
    "url": "https://mycroftx@bitbucket.org/mycroftx/generator-mycroftx-fullstack.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "yeoman-generator": "~0.17.0",
    "chalk": "~0.4.0",
    "wiredep": "~0.4.2",
    "generator-mycroftx-component": ">=0.0.1"
  },
  "peerDependencies": {
    "yo": ">=1.2.0"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "fs-extra": "^0.9.1",
    "grunt": "~0.4.1",
    "grunt-build-control": "DaftMonk/grunt-build-control",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-conventional-changelog": "~1.0.0",
    "grunt-mocha-test": "^0.11.0",
    "grunt-release": "~0.6.0",
    "load-grunt-tasks": "~0.2.0",
    "marked": "~0.2.8",
    "mocha": "~1.21.0",
    "q": "^1.0.1",
    "semver": "~2.2.1",
    "shelljs": "^0.3.0",
    "underscore.string": "^2.3.3"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "BSD"
    }
  ]
}
