{
  "name": "generator-ally",
  "version": "0.0.2",
  "description": "Generate an Ally application",
  "license": "MIT",
  "main": "app/index.js",
  "repository": "michaeldoaty/generator-ally",
  "author": {
    "name": "Michael Doaty",
    "email": "cursivecode@gmail.com",
    "url": "https://github.com/michaeldoaty"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "app",
    "view",
    "action",
    "constant",
    "store",
    "component"
  ],
  "keywords": [
    "yeoman-generator",
    "ally",
    "web",
    "app",
    "front-end",
    "reactjs",
    "flux",
    "gulp",
    "cucumber",
    "protractor",
    "karma"
  ],
  "dependencies": {
    "chalk": "^1.0.0",
    "lodash": "^3.7.0",
    "mkdirp": "^0.5.0",
    "yeoman-generator": "^0.19.0",
    "yosay": "^1.0.2"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
