-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 814 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 814 Bytes
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
{
"name": "simple-copy.js",
"version": "2.0.0",
"description": "Copy DOM, textarea or fields values to clipboard, only 1.8kB minified",
"main": "simple-copy.js",
"types": "simple-copy.d.ts",
"scripts": {
"build": "node build.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brcontainer/simple-copy.js.git"
},
"keywords": [
"clipboard",
"copy",
"dom",
"simple",
"browser"
],
"author": "Guilherme Nascimento (brcontainer@yahoo.com.br)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brcontainer/simple-copy.js/issues"
},
"homepage": "https://github.com/brcontainer/simple-copy.js#readme",
"devDependencies": {
"esbuild": "0.27.2"
}
}