-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
49 lines (49 loc) · 978 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
{
"name": "foundation-multi-hashing",
"version": "0.1.3",
"main": "./index.js",
"keywords": [
"scrypt",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue"
],
"homepage": "https://github.com/blinkhash/foundation-multi-hashing",
"bugs": {
"url": "https://github.com/blinkhash/foundation-multi-hashing/issues"
},
"license": "GPL-2.0",
"author": {
"name": "Nick Sarris"
},
"jest": {
"collectCoverage": true,
"verbose": true
},
"scripts": {
"test": "jest --coverage"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/blinkhash/foundation-multi-hashing.git"
},
"dependencies": {
"bindings": "^1.3.0",
"libsodium": "^0.7.3",
"nan": "^2.15.0",
"node-gyp": "^9.0.0"
},
"devDependencies": {
"cmake-js": "^6.3.0",
"jest": "^27.5.1"
},
"readmeFilename": "README.md"
}