Update package.json: fork metadata, repository URL, updated dependencies
This commit is contained in:
16
package.json
16
package.json
@@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "cryptonote-nodejs-pool",
|
"name": "cryptonote-nodejs-pool",
|
||||||
"version": "1.4.1",
|
"version": "1.5.0",
|
||||||
|
"description": "A fork of dvandal/cryptonote-nodejs-pool with some custom features.",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"author": "Daniel Vandal",
|
"author": "gh14 (fork maintainer)",
|
||||||
|
"contributors": [
|
||||||
|
"Daniel Vandal"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/dvandal/cryptonote-nodejs-pool.git"
|
"url": "https://github.com/t1amak/cryptonote-nodejs-pool.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^1.5.2",
|
"async": "^1.5.2",
|
||||||
@@ -21,10 +25,10 @@
|
|||||||
"node-telegram-bot-api": "*",
|
"node-telegram-bot-api": "*",
|
||||||
"nodemailer": "^6.4.18",
|
"nodemailer": "^6.4.18",
|
||||||
"nodemailer-sendmail-transport": "*",
|
"nodemailer-sendmail-transport": "*",
|
||||||
"redis": "*",
|
"redis": "^3.1.2",
|
||||||
"socket.io": "^3.1.1",
|
"request-promise-core": "^1.1.4",
|
||||||
|
"socket.io": "^4.8.1",
|
||||||
"time-ago": "*",
|
"time-ago": "*",
|
||||||
"turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/turtlecoin-crypto.git",
|
|
||||||
"utf-8-validate": "*"
|
"utf-8-validate": "*"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user