-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 898 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": "simple-copy.js",
"version": "0.5.4",
"description": "Copy DOM, textarea or fields values to clipboard, no Flash, only 2.3kB minified (1.14kB gzipped)",
"main": "simple-copy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brcontainer/simple-copy.js.git"
},
"keywords": [
"clipboard",
"copy",
"paste",
"selection",
"dom",
"simple",
"browser"
],
"author": "Guilherme Nascimento ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/brcontainer/simple-copy.js/issues"
},
"homepage": "https://github.com/brcontainer/simple-copy.js#readme",
"eslintConfig": {
"env": {
"browser": true
}
}
}