cryptonote-universal-pool/package.json

24 lines
686 B
JSON
Raw Permalink Normal View History

2014-05-11 02:02:52 +02:00
{
2014-07-22 18:12:01 +02:00
"name": "cryptonote-universal-pool",
2014-05-11 02:02:52 +02:00
"version": "0.0.1",
"license": "GPL-2.0",
"author": "Matthew Little",
"repository": {
"type": "git",
2014-07-22 18:12:01 +02:00
"url": "https://github.com/fancoder/cryptonote-universal-pool.git"
2014-05-11 02:02:52 +02:00
},
"dependencies": {
"bignum": "*",
"async": "*",
"redis": "*",
"cli-color": "*",
2014-05-12 05:29:37 +02:00
"dateformat": "*",
"base58-native": "*",
2017-09-14 21:55:53 +02:00
"multi-hashing": "git+https://schwann.lnvpn.de/haraldwolff/node-multi-hashing.git#Nan-2.0",
"cryptonote-util": "git+https://schwann.lnvpn.de/haraldwolff/node-cryptonote-util.git#xmr-Nan-2.0"
2014-05-11 02:02:52 +02:00
},
"engines": {
"node": ">=0.10"
}
2014-05-15 13:27:26 +02:00
}