{
  "name": "@pinage404/copy-text",
  "version": "0.1.2",
  "description": "Element that copy text (or current URL by default) then notify with a `paper-toast`",
  "main": "copy-text.html",
  "keywords": [
    "copy",
    "clipboard",
    "url",
    "link",
    "share",
    "polymer",
    "webcomponent",
    "webcomponents",
    "web-component",
    "web-components"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/pinage404/copy-text.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",
    "analyze": "polymer analyze --input *.html > analysis.json",
    "lint": "polymer lint --input copy-text.html",
    "start": "polymer serve"
  },
  "optionalDependencies": {
    "bower": "^1.8.2",
    "polymer-cli": "^1.6.0"
  }
}
