forked from holepunchto/sodium-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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": "sodium-native",
"version": "3.3.0",
"description": "Low level bindings for libsodium",
"main": "index.js",
"dependencies": {
"node-gyp-build": "^4.3.0"
},
"devDependencies": {
"prebuildify": "^4.2.1",
"sodium-test": "^0.8.0",
"sodium-vectors": "^1.0.0",
"standard": "^14.3.1",
"tape": "^5.3.1"
},
"scripts": {
"dev": "node-gyp rebuild",
"fetch-libsodium": "node deps/bin.js --fetch --no-build",
"test": "standard && tape \"test/*.js\"",
"install": "node-gyp-build",
"prebuild": "prebuildify --napi --strip",
"prebuild-ia32": "prebuildify --arch=ia32 --napi --strip"
},
"repository": {
"type": "git",
"url": "https://github.com/sodium-friends/sodium-native.git"
},
"contributors": [
"Emil Bay <github@tixz.dk> (http://bayes.dk)",
"Mathias Buus <mathiasbuus@gmail.com> (https://mafinto.sh)",
"Christophe Diederichs <chm-diederichs@hyperdivision.dk>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sodium-friends/sodium-native/issues"
},
"homepage": "https://github.com/sodium-friends/sodium-native"
}