Files
node-cryptoforknote-util-sa…/package.json

35 lines
796 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-06-04 23:35:23 +03:00
"version": "15.3.20",
2015-11-11 19:24:47 -07:00
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"
},
"repository": {
"type": "git",
"url": "https://github.com/somerandomcryptoguy/node-cryptoforknote-util.git"
2015-11-11 19:24:47 -07:00
},
2026-03-22 02:19:32 +01:00
"scripts": {
"install": "npm install --no-save --ignore-scripts nan bindings && node-gyp rebuild"
},
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
}