{
  "name": "<%= name %>",
  "version": "0.1.0",
  "description": "<%= name %> application build with Electron",
  "author": {
    "name": "<%= author %>",
    "email": ""
  },
  "repository": {},
  "dependencies": {},
  "license": "ISC",
  "devDependencies": {
    "bozon": "<%= bozonVersion %>",
    "jest": "<%= jestVersion %>",
    "spectron": "<%= spectronVersion %>"
  },
  "build": {
    "appId": "com.electron.<%= id %>",
    "win": {
      "publish": null
    },
    "mac": {
      "publish": null,
      "category": "your.app.category.type"
    }
  }
}
