forked from MoneroOcean/node-cryptonight-hashing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 675 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 675 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
{
"name": "cryptonight-hashing",
"version": "28.0.10",
"main": "cryptonight-hashing",
"author": {
"name": "Multiple",
"email": "Check The Git Repo"
},
"repository": {
"type": "git",
"url": "https://github.com/MoneroOcean/node-cryptonight-hashing.git"
},
"dependencies": {
"bindings": "*",
"nan": "^2.14.2",
"bigint-buffer": "^1.1.5",
"blake2": "^4.0.2",
"uint64be": "^3.0.0"
},
"keywords": [
"cryptonight",
"randomx",
"cuckaroo29",
"argon2",
"astrobwt",
"KangarooTwelve",
"monero",
"kawpow"
]
}