{
  "name": "generator-erma",
  "version": "0.1.0",
  "description": "An Express-REST-Marionette web application generator for Yeoman.",
  "keywords": [
    "express",
    "REST",
    "Marionette",
    "web",
    "yeoman-generator"
  ],
  "homepage": "https://github.com/titarenko/generator-erma",
  "bugs": "https://github.com/titarenko/generator-erma/issues",
  "author": {
    "name": "Constantin Titarenko",
    "email": "constantin.titarenko@gmail.com",
    "url": "https://github.com/titarenko"
  },
  "main": "app/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/titarenko/generator-erma.git"
  },
  "scripts": {
    "test": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "dependencies": {
    "yeoman-generator": "~0.13.0",
    "inflection": "~1.2.6"
  },
  "devDependencies": {
    "mocha": "~1.12.0",
    "istanbul": "~0.1.46",
    "coveralls": "~2.6.0"
  },
  "peerDependencies": {
    "yo": ">=1.0.0-rc.1"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ]
}
