{
  "name": "clipboard-polyfill",
  "version": "0.4.0",
  "description": "A polyfill for the asynchronous clipboard API",
  "main": "clipboard.js",
  "dependencies": {
    "es6-promise": "4.1.1"
  },
  "devDependencies": {
    "webpack-bundle-analyzer": "2.9.0",
    "ts-loader": "2.3.7",
    "typescript": "2.5.3",
    "webpack": "3.6.0",
    "webpack-notifier": "1.5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lgarron/clipboard.js"
  },
  "keywords": [
    "clipboard",
    "HTML5",
    "copy",
    "copying",
    "cut",
    "paste",
    "execCommand",
    "setData",
    "getData"
  ],
  "author": "Lucas Garron <code@garron.net> (https://garron.net/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lgarron/clipboard.js/issues"
  }
}
