{
  "name": "<%= moduleName %>",
  "version": "0.0.0",
  "description": "<%= moduleDesc %>",
  "keywords": [
    "node",
    "js"
  ],
  "bugs": "<%= githubUrl %>/<%= _.slugify(appname) %>/issues",
  "author": {
    "name": "<%= realname %>",
    "email": "<%= email %>",
    "url": "<%= githubUrl %>"
  },
  "homepage": "<%= githubUrl %>/<%= _.slugify(appname) %>",
  "repository": {
    "type": "git",
    "url": "git://github.com/<%= githubUser %>/<%= _.slugify(appname) %>.git"
  },
  "main": "server/index.js",
  "dependencies": {},
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-node-inspector": "~0.1.1",
    "grunt-nodemon": "~0.1.1",
    "grunt-concurrent": "~0.4.1",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-open": "~0.2.2",
    "grunt-wait": "~0.1.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/<%= githubName %>/<%= moduleName %>"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ]
}
