forked from ROZ-MOFUMOFU-ME/node-multi-hashing
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 708 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 708 Bytes
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
{
"name": "multi-hashing",
"version": "0.0.9",
"main": "multihashing",
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ROZ-MOFUMOFU-ME/node-multi-hashing.git"
},
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.8.0"
},
"keywords": [
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"sha1",
"yescrypt",
"yespower",
"lyra2re2"
]
}