forked from UNOMP/node-multi-hashing
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 896 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": "multi-hashing-plus",
"version": "1.0.0",
"main": "cryptohashing",
"author": {
"name": "nasa8x"
},
"repository": {
"type": "git",
"url": "https://github.com/nasa8x/multi-hashing-plus.git"
},
"dependencies": {
"bindings": "*",
"nan": "*"
},
"keywords": [
"scrypt",
"x13",
"x15",
"x17",
"lyra2re",
"lyra2re",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"yescrypt",
"sha1",
"neoscrypt",
"decrypt"
],
"scripts": {
"install": "node-gyp rebuild",
"debug": "node-gyp rebuild --debug",
"test": "node test"
},
"gypfile": true,
"readmeFilename": "README.md",
"description": "Multiple Crypto Hashing Algorithms",
"bugs": {
"url": "https://github.com/nasa8x/multi-hashing-plus/issues"
}
}