UNPKG

1.02 kBJSONView Raw
1{
2 "name": "ngx-clipboard",
3 "description": "angular 2 clipboard",
4 "version": "14.0.2",
5 "author": {
6 "name": "Sam Lin",
7 "email": "maxisam@gmail.com"
8 },
9 "homepage": "https://github.com/maxisam/ngx-clipboard",
10 "license": "MIT",
11 "publishConfig": {},
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/maxisam/ngx-clipboard"
15 },
16 "bugs": {
17 "url": "https://github.com/maxisam/ngx-clipboard/issues"
18 },
19 "keywords": [
20 "angular",
21 "clipboard",
22 "copy"
23 ],
24 "dependencies": {
25 "ngx-window-token": ">=4.0.0 <6.0.0",
26 "tslib": "^2.0.0"
27 },
28 "peerDependencies": {
29 "@angular/common": ">=10.0.0 <13.0.0",
30 "@angular/core": ">=10.0.0 <13.0.0"
31 },
32 "main": "bundles/ngx-clipboard.umd.js",
33 "module": "fesm2015/ngx-clipboard.js",
34 "es2015": "fesm2015/ngx-clipboard.js",
35 "esm2015": "esm2015/ngx-clipboard.js",
36 "fesm2015": "fesm2015/ngx-clipboard.js",
37 "typings": "ngx-clipboard.d.ts",
38 "metadata": "ngx-clipboard.metadata.json",
39 "sideEffects": false
40}
\No newline at end of file