-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
47 lines (47 loc) · 1.07 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
46
47
{
"name": "sodium-native",
"version": "4.3.1",
"description": "Low level bindings for libsodium",
"main": "index.js",
"files": [
"index.js",
"binding.c",
"macros.h",
"extensions",
"prebuilds",
"CMakeLists.txt"
],
"addon": true,
"dependencies": {
"node-gyp-build": "^4.8.0"
},
"devDependencies": {
"brittle": "^3.5.0",
"cmake-bare": "^1.1.10",
"cmake-fetch": "^1.0.1",
"cmake-napi": "^1.0.5",
"standard": "^17.1.0"
},
"scripts": {
"test": "standard && brittle test/*.js"
},
"standard": {
"ignore": [
"/test/fixtures/*.js"
]
},
"repository": {
"type": "git",
"url": "https://github.com/holepunchto/sodium-native.git"
},
"contributors": [
"Emil Bay <[email protected]> (http://bayes.dk)",
"Mathias Buus <[email protected]> (https://mafinto.sh)",
"Christophe Diederichs <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/holepunchto/sodium-native/issues"
},
"homepage": "https://github.com/holepunchto/sodium-native"
}