UNPKG

527 BJSONView Raw
1{
2 "name": "zenorocha/clipboardjs",
3 "description": "Modern copy to clipboard. No Flash. Just 3kb gzipped https://clipboardjs.com",
4 "type": "component",
5 "homepage": "https://clipboardjs.com/",
6 "authors": [
7 {
8 "name": "Zeno Rocha",
9 "homepage": "http://zenorocha.com/"
10 }
11 ],
12 "require": {
13 "oomphinc/composer-installers-extender": "*"
14 },
15 "extra": {
16 "component": {
17 "scripts": [
18 "dist/clipboard.js"
19 ],
20 "files": [
21 "dist/clipboard.min.js"
22 ]
23 }
24 }
25}