forked from zeroclipboard/zeroclipboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.22 KB
/
composer.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
{
"name": "zeroclipboard/zeroclipboard",
"description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface",
"type": "component",
"keywords": [
"flash",
"clipboard",
"copy",
"cut",
"paste",
"zclip",
"clip",
"clippy"
],
"license": "MIT",
"authors": [
{
"name": "Jon Rohan",
"email": "yes@jonrohan.codes",
"homepage": "http://jonrohan.me/",
"role": "Developer"
},
{
"name": "James M. Greene",
"email": "james.m.greene@gmail.com",
"homepage": "http://greene.io/",
"role": "Developer"
}
],
"homepage": "http://zeroclipboard.org/",
"support": {
"source": "https://github.com/zeroclipboard/zeroclipboard.git",
"issues": "https://github.com/zeroclipboard/zeroclipboard/issues"
},
"extra": {
"component": {
"scripts": [
"dist/ZeroClipboard.js"
],
"files": [
"dist/ZeroClipboard.swf",
"dist/ZeroClipboard.min.js",
"dist/ZeroClipboard.min.map",
"dist/ZeroClipboard.Core.js",
"dist/ZeroClipboard.Core.min.js",
"dist/ZeroClipboard.Core.min.map"
]
}
}
}