{
  "name": "generator-intuit-fullstack",
  "version": "0.1.0",
  "description": "Yeoman generator for creating IPP integrated MEAN stack applications, using MongoDB, Express, AngularJS, and Node",
  "keywords": [
    "yeoman-generator",
    "intuit",
    "oauth",
    "ipp",
    "mean",
    "mongodb",
    "angularjs",
    "express",
    "scaffold",
    "fullstack",
    "framework",
    "component",
    "front-end",
    "app"
  ],
  "homepage": "https://github.com/akaashanky/generator-intuit-fullstack",
  "bugs": "https://github.com/akaashanky/generator-intuit-fullstack/issues",
  "author": "Akaash Patnaik",
  "main": "app/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/akaashanky/generator-intuit-fullstack.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "yeoman-generator": "~0.16.0",
    "chalk": "~0.4.0",
    "wiredep": "~0.4.2"
  },
  "peerDependencies": {
    "generator-karma": ">=0.6.0",
    "yo": ">=1.0.0"
  },
  "devDependencies": {
    "mocha": "~1.14.0",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-conventional-changelog": "~1.0.0",
    "load-grunt-tasks": "~0.2.0",
    "marked": "~0.2.8",
    "semver": "~2.2.1",
    "underscore.string": "~2.3.1",
    "grunt-release": "~0.6.0"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "BSD"
    }
  ]
}
