Files
node-cryptoforknote-util-mo/package.json

32 lines
686 B
JSON
Raw Normal View History

2014-05-15 12:20:48 +01:00
{
2018-03-25 13:46:56 +02:00
"name": "cryptoforknote-util",
2024-07-20 04:49:22 +03:00
"version": "15.5.12",
2015-11-11 19:24:47 -07:00
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"
},
"repository": {
"type": "git",
2021-04-09 13:27:50 +01:00
"url": "https://github.com/haven-protocol-org/node-cryptoforknote-util.git"
2015-11-11 19:24:47 -07:00
},
"dependencies": {
2021-11-29 23:53:10 +00:00
"base58-native": "*",
2024-05-28 00:23:59 +03:00
"bech32": "*",
2024-07-09 13:17:28 +01:00
"bignum": "^0.13.1",
"bindings": "*",
"bitcoinjs-lib": "git+https://github.com/MoneroOcean/bitcoinjs-lib.git",
2021-11-30 16:22:57 +00:00
"merkle-lib": "^2.0.10",
2024-07-09 13:17:28 +01:00
"nan": "^2.20.0",
"promise": "*",
"sha3": "*",
"varuint-bitcoin": "^1.0.4"
2015-11-11 19:24:47 -07:00
},
"keywords": [
"cryptonight",
"cryptonote",
"forknote",
2018-03-25 13:46:56 +02:00
"bytecoin",
"monero"
2015-11-11 19:24:47 -07:00
]
2014-05-15 12:20:48 +01:00
}