forked from sumlnoether/node-multi-hashing-node8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 970 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
{
"name": "turtlecoin-multi-hashing",
"version": "0.0.18",
"main": "multihashing",
"gypfile": true,
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"contributors": [
"Brandon Lehmann <brandonlehmann@gmail.com>"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/turtlecoin/node8-multi-hashing.git"
},
"scripts": {
"test": "node-gyp clean && node-gyp configure && node-gyp build && node tests/cryptonight-tests.js"
},
"dependencies": {
"bindings": "^1.3.1",
"safe-buffer": "^5.1.2"
},
"keywords": [
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"sha1",
"turtlecoin",
"cryptonight"
]
}