{
  "name": "generator-columbia-angular",
  "version": "1.2.4",
  "description": "Opinionated Yeoman Generator for AngularJS applications with an Express Sever and a MongoDB backend",
  "license": "MIT",
  "main": "app/index.js",
  "homepage": "https://github.com/columbiajs/generator-columbia-angular",
  "bugs": "https://gihthub.com/columbiajs/generator-columbia-angular/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/columbiajs/generator-columbia-angular"
  },
  "author": {
    "name": "Lev Brie",
    "email": "lev.brie@gmail.com",
    "url": "https://github.com/levbrie"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "yeoman-generator",
    "angular",
    "angularjs",
    "express",
    "mean",
    "meanstack",
    "mongodb",
    "mongo",
    "express",
    "scaffold",
    "framework",
    "fullstack",
    "front-end",
    "back-end",
    "yeoman",
    "yo"
  ],
  "dependencies": {
    "yeoman-generator": "~0.16.0",
    "chalk": "~0.4.0",
    "yosay": "^0.1.0",
    "ansi-regex": "^0.2.1",
    "ansi-styles": "^1.1.0",
    "minimist": "^0.2.0",
    "pad-component": "0.0.1",
    "string-length": "^0.1.2",
    "strip-ansi": "^0.2.1",
    "taketalk": "^0.1.0",
    "word-wrap": "^0.1.2",
    "underscore.string": "^2.3.3"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "fs-extra": "^0.12.0",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-conventional-changelog": "^1.1.0",
    "grunt-mocha-test": "^0.12.7",
    "grunt-release": "^0.7.0",
    "jit-grunt": "^0.8.0",
    "jshint-stylish": "^1.0.0",
    "mocha": "*",
    "q": "^1.1.2",
    "semver": "^4.1.0",
    "shelljs": "^0.3.0",
    "time-grunt": "^1.0.0"
  },
  "peerDependencies": {
    "yo": ">=1.0.0"
  }
}
