-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 963 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
41
42
43
44
45
46
47
48
49
50
{
"name": "libtorrent-nodewrap",
"version": "0.1.7",
"description": "Nodejs wraper for Libtorrent Library",
"main": "src/js/libtorrent.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/bitmark-inc/libtorrent-nodewrap"
},
"keywords": [
"libtorrent",
"node-ffi",
"node-ref",
"node-gyp",
"nodejs",
"node-ws"
],
"author": {
"name": "bitmark-inc"
},
"license": "Public domain",
"bugs": {
"url": "https://github.com/bitmark-inc/libtorrent-nodewrap/issues"
},
"engines": {
"node": ">=0.12.0"
},
"dependencies": {
"bindings": "~1.2.0",
"debug": ">=2.6.9",
"ffi": "^2.0.0",
"nan": "2",
"ref": "1",
"ref-struct": "1"
},
"devDependencies": {
"mocha": "*",
"tape": "^4.0.0"
},
"browser": {
"buffer": false,
"crypto": false
},
"scripts": {
"install": "node install_dependencies.js"
}
}