forked from UNOMP/node-multi-hashing
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 879 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
{
"name": "unomp-multi-hashing",
"version": "1.0.0",
"main": "multihashing",
"author": {
"name": "zone117x"
},
"contributors": [
{
"name": "Energi Core Team"
}
],
"repository": {
"type": "git",
"url": "https://github.com/energicryptocurrency/node-multi-hashing.git"
},
"dependencies": {
"bindings": "*"
},
"keywords": [
"nrghash",
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"yescrypt",
"sha1",
"neoscrypt",
"decrypt"
],
"scripts": {
"install": "node-gyp configure build"
},
"gypfile": true,
"readmeFilename": "README.md",
"description": "unomp-multi-hashing",
"bugs": {
"url": "https://github.com/energicryptocurrency/node-multi-hashing/issues"
}
}