{
  "name": "button-back",
  "version": "0.1.0-0",
  "description": "Element to go to the previous page",
  "main": "button-back.html",
  "keywords": [
    "back",
    "url",
    "history",
    "button",
    "link",
    "polymer",
    "webcomponent",
    "webcomponents",
    "web-component",
    "web-components"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/pinage404/button-back.git"
  },
  "license": "MIT",
  "scripts": {
    "postinstall": "command -v bower > /dev/null && bower install --allow-root || echo 'Please install Bower then run `npm run-script postinstall`' >&2",
    "build": "polymer build",
    "lint": "polymer lint --input $(find src/ test/ -not -type d -not -path 'src/autotrack/*')",
    "start": "polymer serve"
  },
  "optionalDependencies": {
    "bower": "^1.8.2",
    "polymer-cli": "^1.5.7"
  }
}
