-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 880 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
34
35
36
37
38
39
40
{
"name": "win32-clipboard",
"version": "0.0.1",
"description": "node addon for clipboar use node-ffi",
"main": "index.js",
"scripts": {
"test": "SET DEBUG=clipboard:* & mocha %NODE_DEBUG_OPTION% --recursive tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HWliao/clipboard.git"
},
"keywords": [
"node",
"ffi",
"clipboard",
"javascript"
],
"author": "HWliao",
"license": "MIT",
"bugs": {
"url": "https://github.com/HWliao/clipboard/issues"
},
"homepage": "https://github.com/HWliao/clipboard#readme",
"dependencies": {
"bindings": "^1.2.0",
"debug": "2",
"ffi": "^2.2.0",
"iconv-lite": "^0.4.18",
"nan": "2",
"ref": "1",
"ref-array": "1",
"ref-struct": "1"
},
"devDependencies": {
"chai": "^4.0.2",
"lodash": "^4.17.4",
"mocha": "^3.4.2"
}
}