{
  "name": "<%= name %>",
  "version": "<%= version %>",
  "main": "dist/<%= name %>.html",
  "author": {
    "name": "<%= authorName %>",
    "email": "<%= authorEmail %>",
    "url": "<%= authorUrl %>"
  },
  "backed": {
    "entry": "src/<%= name %>.html",
    "dest": "build/<%= name %>.html",
    "presets": "element"
  },
  "esdoc": {
    "source": "./src/<%= name %>.js",
    "destination": "./docs"
  }
}
