forked from WickrInc/wickr-crypto-c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "wickrcrypto",
"dependencies": {
"node-pre-gyp": "^0.12.0"
},
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {
"aws-sdk": "^2.644.0",
"expect.js": "0.3.1",
"mocha": "7.1.x"
},
"description": "A node.js wrapper around the wickr-crypto-c library",
"version": "1.13.8",
"main": "node/lib/wickrcrypto.node",
"scripts": {
"install": "node-pre-gyp install 2> /dev/null || ./node_install.sh",
"test": "./node_modules/.bin/mocha src/wickrcrypto/swig/node/test"
},
"binary": {
"module_name": "lib/wickrcrypto",
"module_path": "./node",
"host": "https://wickr-crypto-c.s3.amazonaws.com/wickr-crypto-c"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "https://github.com/WickrInc/wickr-crypto-c.git"
},
"author": "Tom Leavy",
"contributors": [
"Tom Leavy <[email protected]>"
],
"license": "SEE LICENSE IN LICENSE"
}