-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
52 lines (52 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "clipboard-copy",
"description": "Lightweight copy to clipboard for the web",
"version": "4.0.1",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/feross/clipboard-copy/issues"
},
"devDependencies": {
"ecstatic": "^4.1.4",
"standard": "*"
},
"homepage": "https://github.com/feross/clipboard-copy",
"keywords": [
"browser",
"clipboard",
"clipboard copy",
"clipboard.js",
"copy",
"copy to clipboard",
"modern browsers",
"simple"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/clipboard-copy.git"
},
"scripts": {
"test": "standard",
"test-browser-local": "ecstatic -p 4000 ."
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}