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
|
{
"name": "clipboard",
"version": "1.7.1",
"description": "Modern copy to clipboard. No Flash. Just 2kb",
"license": "MIT",
"main": "dist/clipboard.js",
"ignore": [
"/.*/",
"/demo/",
"/test/",
"/.*",
"/bower.json",
"/karma.conf.js",
"/src",
"/lib"
],
"keywords": [
"clipboard",
"copy",
"cut"
],
"homepage": "https://github.com/zenorocha/clipboard.js",
"_release": "1.7.1",
"_resolution": {
"type": "version",
"tag": "v1.7.1",
"commit": "b6e6b80ab07eab03ce0d277515b3ed540773a330"
},
"_source": "https://github.com/zenorocha/clipboard.js.git",
"_target": "1.7.1",
"_originalSource": "clipboard"
}
|