Update package.json
This commit is contained in:
parent
2145fdb056
commit
6c164993bf
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,6 +22,7 @@ coverage/*
|
|||||||
**/*.creator
|
**/*.creator
|
||||||
*.log
|
*.log
|
||||||
*.tmp
|
*.tmp
|
||||||
|
*.tmp.*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
bin/florincoin*
|
bin/florincoin*
|
||||||
bin/SHA256SUMS.asc
|
bin/SHA256SUMS.asc
|
||||||
|
|||||||
13
package.json
13
package.json
@ -5,12 +5,12 @@
|
|||||||
"node": ">=8.0.0"
|
"node": ">=8.0.0"
|
||||||
},
|
},
|
||||||
"author": "BitPay <dev@bitpay.com>",
|
"author": "BitPay <dev@bitpay.com>",
|
||||||
"version": "5.0.8",
|
"version": "5.0.9-beta-rm",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"repository": "git://github.com/oipwg/flocore-node.git",
|
"repository": "git://github.com/ranchimall/flocore-node.git",
|
||||||
"homepage": "https://github.com/oipwg/flocore-node",
|
"homepage": "https://github.com/ranchimall/flocore-node",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/oipwg/flocore-node/issues"
|
"url": "https://github.com/ranchimall/flocore-node/issues"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"flocore-node": "./bin/flocore-node"
|
"flocore-node": "./bin/flocore-node"
|
||||||
@ -36,13 +36,14 @@
|
|||||||
"commander": "^2.8.1",
|
"commander": "^2.8.1",
|
||||||
"errno": "^0.1.4",
|
"errno": "^0.1.4",
|
||||||
"express": "^4.13.3",
|
"express": "^4.13.3",
|
||||||
|
"express-ws": "^5.0.2",
|
||||||
"fcoin": "^1.1.4",
|
"fcoin": "^1.1.4",
|
||||||
"flocore-lib": "^0.15.2",
|
"flocore-lib": "^0.15.2",
|
||||||
"flocore-message": "^1.0.7",
|
"flocore-message": "^1.0.7",
|
||||||
"flocore-p2p": "^5.0.0-beta.8",
|
"flocore-p2p": "^5.0.0-beta.8",
|
||||||
"florincoind-rpc": "0.7.1",
|
"florincoind-rpc": "0.7.1",
|
||||||
"flosight-api": "^5.0.0-beta.75",
|
"flosight-api": "github:ranchimall/flosight-api",
|
||||||
"flosight-ui": "^5.0.0-beta.72",
|
"flosight-ui": "github:ranchimall/flosight-ui",
|
||||||
"leveldown": "^2.0.0",
|
"leveldown": "^2.0.0",
|
||||||
"levelup": "^2.0.0",
|
"levelup": "^2.0.0",
|
||||||
"liftoff": "^2.2.0",
|
"liftoff": "^2.2.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user