-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 914 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
{
"name": "@mintpond/ref-stratum-firo",
"version": "0.6.0",
"description": "Firo reference stratum for testing, experimentation, and demonstration.",
"main": "index.js",
"author": "JCThePants",
"license": "MIT",
"dependencies": {
"@mintpond/hasher-firopow": "^0.1.1",
"@mintpond/mint-bitcoin-script": "^1.0.1",
"@mintpond/mint-bos": "^2.0.1",
"@mintpond/mint-merkle": "^1.0.0",
"@mintpond/mint-precon": "^1.0.0",
"@mintpond/mint-socket": "^1.0.0",
"@mintpond/mint-utils": "^2.6.1",
"sha3": "2.1.2"
},
"homepage": "https://github.com/MintPond/ref-stratum-firo",
"bugs": {
"url": "https://github.com/MintPond/ref-stratum-firo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MintPond/ref-stratum-firo.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"engines": {
"node": ">=10.17.0"
}
}