{
  "name": "<%= name %>",
  "version": "<%= version %>",
  "authors": [
    "<%= author %> <<%= email %>>"
  ],
  "description": "<%= description %>",
  "main": "./app/index.js",
  "license": "<%= license %>",
  "homepage": "",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
