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

30 lines
674 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",
2021-01-22 21:14:28 +00:00
"version": "9.1.4",
2018-03-25 14:56:35 +02:00
"main": "cryptoforknote-util",
2015-11-11 19:24:47 -07:00
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"
},
"repository": {
"type": "git",
2018-03-25 13:46:56 +02:00
"url": "https://github.com/MoneroOcean/node-cryptoforknote-util.git"
2015-11-11 19:24:47 -07:00
},
"dependencies": {
2021-04-09 13:27:12 +01:00
"promise": "*",
2015-11-11 19:24:47 -07:00
"bindings": "*",
2021-04-09 13:27:12 +01:00
"nan": "^2.0.0",
"bignum": "^0.13.1",
"sha3": "*",
"varuint-bitcoin": "^1.0.4",
2021-04-09 13:27:12 +01:00
"bitcoinjs-lib": "git+https://github.com/bitcoinjs/bitcoinjs-lib.git#533d6c2e6d0aa4111f7948b1c12003cf6ef83137"
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
}