UNPKG

994 BJSONView Raw
1{
2 "name": "clipboard-polyfill",
3 "version": "2.8.1",
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 "devDependencies": {
9 "es6-promise": "^4.2.5",
10 "ts-loader": "^5.2.2",
11 "typescript": "^3.1.3",
12 "uglifyjs-webpack-plugin": "^2.1.3",
13 "webpack": "^4.22.0",
14 "webpack-bundle-analyzer": "^3.0.3",
15 "webpack-cli": "^3.1.2",
16 "webpack-notifier": "^1.7.0"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/lgarron/clipboard-polyfill"
21 },
22 "keywords": [
23 "clipboard",
24 "HTML5",
25 "copy",
26 "copying",
27 "cut",
28 "paste",
29 "execCommand",
30 "setData",
31 "getData",
32 "polyfill"
33 ],
34 "author": "Lucas Garron <code@garron.net> (https://garron.net/)",
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/lgarron/clipboard-polyfill/issues"
38 },
39 "files": ["/build", "*.ts", "README.md"]
40}