forked from UNOMP/node-multi-hashing
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1008 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
50
51
52
53
54
{
"name": "@energicryptocurrency/unomp-multi-hashing",
"version": "2.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": "*",
"nan": "*"
},
"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",
"test": "mocha"
},
"gypfile": true,
"readmeFilename": "README.md",
"description": "unomp-multi-hashing",
"bugs": {
"url": "https://github.com/energicryptocurrency/node-multi-hashing/issues"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}