{
  "name": "{{project}}",
  "version": "0.0.0",
  "description": "{{description}}",
  "keywords": [],
  "author": "{{gitName}} <{{gitEmail}}>",
  "repository": "git://github.com/{{username}}/{{project}}.git",
  "main": "index.js",
  "homepage": "https://github.com/{{username}}/{{project}}",
  "bugs": {
    "url": "https://github.com/{{username}}/{{project}}/issues",
    "email": "{{gitEmail}}"
  },
  "contributors": [
    {
      "name": "{{gitName}}"
    }
  ],
  "dependencies": {},
  "devDependencies": {
    "eslint": "^1.10.3",
    "eslint-config-mlmorg": "^1.0.0",
    "faucet": "0.0.1",
    "istanbul": "^0.4.0",
    "opn": "^4.0.0",
    "tape": "^4.0.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/{{username}}/{{project}}/raw/master/LICENSE"
    }
  ],
  "scripts": {
    "check-cover": "istanbul check-coverage",
    "check-ls": "npm ls 1>/dev/null",
    "cover": "npm run test-cover && npm run check-cover",
    "lint": "eslint . --ignore-path .gitignore",
    "test": "npm run check-ls && npm run lint && npm run cover",
    "test-cover": "istanbul cover --report html --print none test/index.js -- --color | faucet && istanbul report text",
    "view-cover": "opn coverage/index.html"
  },
  "engines": {
    "node": ">= 0.10.x"
  }
}
