-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 845 Bytes
/
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
{
"name": "jquery-clipboard",
"version": "1.0.0",
"description": "This jQuery plugin provides the object **$.clipboard** for unified copy & paste functionality in browsers.",
"files": [
"jquery-clipboard.js",
"jquery-clipboard.min.js",
"ClipboardApplet.jar",
"LICENSE",
"demos"
],
"scripts": {
"test": "node node_modules/buster/bin/buster-ci --reporter specification"
},
"repository": {
"type": "git",
"url": "https://github.com/dwittner/jquery-clipboard.git"
},
"keywords": [
"jquery-plugin"
],
"author": "Daniel Wittner",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwittner/jquery-clipboard/issues"
},
"homepage": "https://github.com/dwittner/jquery-clipboard",
"devDependencies": {
"buster": "~0.7",
"jquery": ">=1.3",
"autolint": "~1.1"
}
}