{
  "name": "PROJECT_NAME",
  "keywords": "",
  "description": "PROJECT_DESCRIPTION",
  "version": "0.1.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/PROJECT_AUTHOR_GITHUB/PROJECT_NAME.git"
  },
  "private": false,
  "author": "PROJECT_AUTHOR_NAME <PROJECT_AUTHOR_EMAIL> (PROJECT_AUTHOR_SITE)",
  "dependencies": {
    "underscore": "~1.5.2",
    "winston": "~0.7.2",
    "async": "~0.2.9"
  },
  "devDependencies": {
    "blanket": "~1.1.6",
    "grunt": "~0.4.0",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-jsdoc": "~0.5.6",
    "grunt-mocha-test": "~0.11.0",
    "mocha": "~1.14.0"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "main": "index",
  "bin" : {
      "PROJECT_NAME" : "./bin/PROJECT_NAME"
  },
  "scripts":{
    "build": "grunt build",
    "test": "grunt test",
    "doc": "grunt doc",
    "lint": "grunt lint"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/PROJECT_AUTHOR_GITHUB/PROJECT_NAME/raw/master/LICENSE"
    }
  ]
}
