Update package.json: fork metadata, repository URL, updated dependencies
This commit is contained in:
66
package.json
66
package.json
@@ -1,33 +1,37 @@
|
||||
{
|
||||
"name": "cryptonote-nodejs-pool",
|
||||
"version": "1.4.1",
|
||||
"license": "GPL-2.0",
|
||||
"author": "Daniel Vandal",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dvandal/cryptonote-nodejs-pool.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^1.5.2",
|
||||
"base58-native": "*",
|
||||
"bignum": "*",
|
||||
"bufferutil": "*",
|
||||
"cli-color": "*",
|
||||
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git",
|
||||
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git",
|
||||
"dateformat": "^4.5.1",
|
||||
"domexception": "*",
|
||||
"mailgun.js": "*",
|
||||
"node-telegram-bot-api": "*",
|
||||
"nodemailer": "^6.4.18",
|
||||
"nodemailer-sendmail-transport": "*",
|
||||
"redis": "*",
|
||||
"socket.io": "^3.1.1",
|
||||
"time-ago": "*",
|
||||
"turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/turtlecoin-crypto.git",
|
||||
"utf-8-validate": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.11.3"
|
||||
}
|
||||
"name": "cryptonote-nodejs-pool",
|
||||
"version": "1.5.0",
|
||||
"description": "A fork of dvandal/cryptonote-nodejs-pool with some custom features.",
|
||||
"license": "GPL-2.0",
|
||||
"author": "gh14 (fork maintainer)",
|
||||
"contributors": [
|
||||
"Daniel Vandal"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/t1amak/cryptonote-nodejs-pool.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^1.5.2",
|
||||
"base58-native": "*",
|
||||
"bignum": "*",
|
||||
"bufferutil": "*",
|
||||
"cli-color": "*",
|
||||
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git",
|
||||
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git",
|
||||
"dateformat": "^4.5.1",
|
||||
"domexception": "*",
|
||||
"mailgun.js": "*",
|
||||
"node-telegram-bot-api": "*",
|
||||
"nodemailer": "^6.4.18",
|
||||
"nodemailer-sendmail-transport": "*",
|
||||
"redis": "^3.1.2",
|
||||
"request-promise-core": "^1.1.4",
|
||||
"socket.io": "^4.8.1",
|
||||
"time-ago": "*",
|
||||
"utf-8-validate": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.11.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user