{
  "name": "polymerizr",
  "version": "0.5.6",
  "description": "Polymer elements WYSIWYG editor",
  "main": "index.html",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "vulcanize --inline-scripts --inline-css --strip-comments elements.html > build.html",
    "serve": "polyserve",
    "version": "npm update && npm prune && npm dedupe && bower update && bower prune && npm run build && git add -A .",
    "postversion": "git push --follow-tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/charbelrami/polymerizr.git"
  },
  "keywords": [
    "polymer",
    "editor",
    "elements",
    "custom-elements",
    "web-components"
  ],
  "author": "Charbel Rami",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/charbelrami/polymerizr/issues"
  },
  "homepage": "https://github.com/charbelrami/polymerizr#readme",
  "devDependencies": {
    "polyserve": "^0.12.0",
    "vulcanize": "^1.14.8"
  }
}
