{
  "name": "<%= project %>",
  "version": "0.0.0",
  "description": "<%= description %>",
  "main": "lib/<%= main %>.js",
  "scripts": {
    "test": "grunt test",
    "prepublish": "grunt compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/<%= organization %>/<%= project %>.git"
  },
  "keywords": [],
  "author": "<%= author %>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/<%= organization %>/<%= project %>/issues"
  },
  "homepage": "https://github.com/<%= organization %>/<%= project %>",
  "devDependencies": {},
  "config": {
    "blanket": {
      "pattern": "src",
      "data-cover-never": "node_modules",
      "loader": "./node-loaders/coffee-script"
    }
  }
}
