forked from PhearZero-JS/node-multi-hashing
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 754 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 754 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
{
"name": "multi-hashing",
"version": "0.0.9",
"main": "multihashing",
"gypfile": true,
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/zone117x/node-multi-hashing.git"
},
"scripts": {
"test": "node-gyp clean && node-gyp configure && node-gyp build"
},
"dependencies": {
"bindings": "*",
"nan": "^2.6.2"
},
"keywords": [
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"sha1"
]
}