forked from zeroclipboard/zeroclipboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.06 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
{
"name": "zeroclipboard",
"version": "1.2.0-beta.4",
"main": "./ZeroClipboard.js",
"description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface.",
"keywords": [
"flash",
"clipboard",
"copy",
"paste"
],
"homepage": "http://zeroclipboard.github.io/ZeroClipboard/",
"license": "MIT",
"contributors": [
{
"name": "Jon Rohan",
"url": "http://jonrohan.me/"
},
{
"name": "James M. Greene",
"email": "james.m.greene@gmail.com",
"url": "http://jamesgreene.net/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/zeroclipboard/ZeroClipboard.git"
},
"dependencies": {
"send": "0"
},
"devDependencies": {
"uglify-js": "1.2.3",
"nodeunit": "0.7.4",
"jshint": "0.9.1",
"handlebars": "1.0.7",
"jsdom": "0.3.4",
"jquery": "1.8.3"
},
"component": {
"scripts": {
"zeroclipboard": "ZeroClipboard.js"
}
},
"scripts": {
"test": "make test"
}
}