scratch – Blame information for rev 58

Subversion Repositories:
Rev:
Rev Author Line No. Line
58 office 1 {
2 "name": "clipboard",
3 "version": "1.6.1",
4 "description": "Modern copy to clipboard. No Flash. Just 2kb",
5 "license": "MIT",
6 "main": "dist/clipboard.js",
7 "ignore": [
8 "/.*/",
9 "/demo/",
10 "/test/",
11 "/.*",
12 "/bower.json",
13 "/karma.conf.js",
14 "/src",
15 "/lib"
16 ],
17 "keywords": [
18 "clipboard",
19 "copy",
20 "cut"
21 ],
22 "homepage": "https://github.com/zenorocha/clipboard.js",
23 "_release": "1.6.1",
24 "_resolution": {
25 "type": "version",
26 "tag": "v1.6.1",
27 "commit": "f59d4e6b4db55b0f462eeb96fb74db3469e0765d"
28 },
29 "_source": "https://github.com/zenorocha/clipboard.js.git",
30 "_target": "^1.6.1",
31 "_originalSource": "clipboard",
32 "_direct": true
33 }