-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.16 KB
/
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
{
"name": "wotb",
"version": "0.6.6",
"description": "C binding for Web of Trust fast tools",
"main": "index.js",
"engines": {
"node": ">=4.2.0",
"npm": ">=2.11"
},
"scripts": {
"test": "node \"node_modules/mocha/bin/mocha\" tests/",
"install": "node-pre-gyp install --fallback-to-build",
"package": "node-pre-gyp package",
"publish": "node-pre-gyp publish"
},
"dependencies": {
"bindings": "1.2.1",
"nan": "2.13.2",
"node-pre-gyp": "0.6.23"
},
"devDependencies": {
"aws-sdk": "2.2.43",
"mocha": "2.2.5",
"should": "8.1.1"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/ucoin-io/wotb.git"
},
"bugs": {
"url": "https://github.com/ucoin-io/wotb/issues",
"email": "[email protected]"
},
"license": "GPL-3.0",
"bundledDependencies": [
"node-pre-gyp"
],
"binary": {
"module_name": "wotb",
"module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
"remote_path": "./v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://wotb.s3-eu-central-1.amazonaws.com"
}
}