{
  "name": "<%= name %>",
  "description": "<%= description %>",
  "version": "0.0.1",
  "homepage": "https://github.com/sapegin/<%= name %>",
  "author": {
    "name": "<%= authorName %>",
    "url": "<%= authorUrl %>"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sapegin/<%= name %>.git"
  },
  "bugs": {
    "url": "https://github.com/sapegin/<%= name %>/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/sapegin/<%= name %>/blob/master/License.md"
    }
  ],
  "main": "index.js",
  "scripts": {
    "jshint": "jshint --reporter node_modules/jshint-stylish/stylish.js index.js",
    "jscs": "jscs index.js",
    "mocha": "mocha --reporter spec --compilers coffee:coffee-script/register",
    "test": "npm run jshint && npm run jscs && npm run mocha"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
  },
  "devDependencies": {
    "chai": "~1.10.0",
    "coffee-script": "~1.8.0",
    "jscs": "~1.10.0",
    "jshint": "~2.5.11",
    "jshint-stylish": "~1.0.0",
    "mocha": "~2.1.0"
  },
  "keywords": [
  ]
}
