{
  "name": "<%= app_name %>",
  "version": "0.0.0",
  "coverPackages": [
    "<%= app_name %>",
    "<%= app_name %>/cmd/<%= app_name %>"
  ],
  "description": "<%= app_description %>",
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-bump": "^0.3.1",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-compress": "^0.13.0",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-conventional-changelog": "^3.0.0",
    "grunt-env": "^0.4.4",
    "grunt-mkdir": "^0.1.2",
    "grunt-shell": "^1.1.2",
    "load-grunt-tasks": "^3.1.0",
    "lodash": "^3.10.0",
    "time-grunt": "^1.1.0"
  },
  "private": true,
  "dependencies": {}
}
