{
  "name": "generator-flask-api",
  "version": "0.4.0",
  "description": "Yeoman generator for RESTful Flask APIs",
  "license": "MIT",
  "main": "app/index.js",
  "repository": "ColeKettler/generator-flask-api",
  "author": {
    "name": "Cole Kettler",
    "email": "me@colekettler.com",
    "url": "https://github.com/ColeKettler"
  },
  "scripts": {
    "ci": "grunt ci",
    "test": "grunt test"
  },
  "files": [
    "generators"
  ],
  "keywords": [
    "yeoman-generator",
    "yeoman",
    "generator",
    "scaffold",
    "flask",
    "python",
    "rest",
    "api"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "cross-spawn": "^2.0.0",
    "encoding": "^0.1.11",
    "i": "^0.3.3",
    "lodash": "^4.9.0",
    "unorm": "^1.3.3",
    "yeoman-generator": "^0.22.5",
    "yosay": "^1.0.2"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-istanbul": "^4.0.2",
    "grunt-mocha-test": "^0.12.7",
    "grunt-newer": "^1.1.1",
    "istanbul": "^0.4.3",
    "jshint-stylish": "^2.0.1",
    "mocha": "*",
    "sinon": "^1.15.4",
    "yeoman-assert": "^2.1.2",
    "yeoman-test": "^1.1.0"
  }
}
