forked from EasyX-Community/node8-multi-hashing
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.29 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.29 KB
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
50
51
52
53
54
55
56
57
58
{
"name": "multi-hashing",
"version": "1.0.0",
"main": "multihashing",
"gypfile": true,
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"contributors": [
"Brandon Lehmann <brandonlehmann@gmail.com>"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/turtlecoin/node8-multi-hashing.git"
},
"scripts": {
"test": "node-gyp clean && node-gyp configure && node-gyp build && node tests/cryptonight-tests.js && node tests/argon2-tests.js",
"install": "node-gyp rebuild"
},
"dependencies": {
"bindings": "^1.5.0",
"safe-buffer": "^5.1.2",
"nan": "^2.14.2"
},
"keywords": [
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"sha1",
"cryptonight",
"meowpow",
"ethash",
"equihash",
"yescrypt",
"verushash",
"ghostrider",
"beamhash",
"verthash",
"heavyhash",
"x16rv2",
"xelishash",
"handshake",
"kaspa",
"zano",
"nexa"
]
}