forked from UNOMP/node-multi-hashing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 747 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 747 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
36
37
38
39
40
41
42
{
"name": "multi-hashing",
"version": "1.0.0",
"main": "multihashing",
"author": {
"name": "zone117x"
},
"repository": {
"type": "git",
"url": "https://github.com/UNOMP/node-multi-hashing.git"
},
"dependencies": {
"bindings": "*"
},
"keywords": [
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"yescrypt",
"sha1",
"neoscrypt",
"decrypt"
],
"scripts": {
"install": "node-gyp rebuild"
},
"gypfile": true,
"readmeFilename": "README.md",
"description": "node-multi-hashing",
"bugs": {
"url": "https://github.com/UNOMP/node-multi-hashing/issues"
}
}