UNPKG

876 BJSONView Raw
1{
2 "name": "clipboard-polyfill",
3 "version": "2.5.3",
4 "description": "A polyfill for the asynchronous clipboard API",
5 "main": "build/clipboard-polyfill.js",
6 "types": "build/clipboard-polyfill.d.ts",
7 "dependencies": {
8 },
9 "devDependencies": {
10 "es6-promise": "4.1.1",
11 "ts-loader": "2.3.7",
12 "typescript": "2.5.3",
13 "webpack": "3.6.0",
14 "webpack-bundle-analyzer": "2.9.0",
15 "webpack-notifier": "1.5.0"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/lgarron/clipboard-polyfill"
20 },
21 "keywords": [
22 "clipboard",
23 "HTML5",
24 "copy",
25 "copying",
26 "cut",
27 "paste",
28 "execCommand",
29 "setData",
30 "getData",
31 "polyfill"
32 ],
33 "author": "Lucas Garron <code@garron.net> (https://garron.net/)",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/lgarron/clipboard-polyfill/issues"
37 }
38}