clean up package.json
This commit is contained in:
parent
75ce102664
commit
b15cdc8917
2 changed files with 2952 additions and 881 deletions
3804
package-lock.json
generated
3804
package-lock.json
generated
File diff suppressed because it is too large
Load diff
29
package.json
29
package.json
|
|
@ -12,21 +12,21 @@
|
||||||
"bignumber.js": "^4.0.2",
|
"bignumber.js": "^4.0.2",
|
||||||
"bip39": "^2.3.1",
|
"bip39": "^2.3.1",
|
||||||
"bitcoind-rpc": "^0.7.0",
|
"bitcoind-rpc": "^0.7.0",
|
||||||
"bitgo": "^3.4.0",
|
"bitgo": "3.4.11",
|
||||||
"body-parser": "^1.15.1",
|
"body-parser": "^1.15.1",
|
||||||
"coinbase": "^2.0.6",
|
"coinbase": "^2.0.6",
|
||||||
"console-log-level": "^1.4.0",
|
"console-log-level": "^1.4.0",
|
||||||
"cookie-parser": "^1.4.3",
|
"cookie-parser": "^1.4.3",
|
||||||
"ethereumjs-tx": "^1.3.0",
|
"ethereumjs-tx": "^1.3.3",
|
||||||
"ethereumjs-wallet": "^0.6.0",
|
"ethereumjs-wallet": "^0.6.0",
|
||||||
"express": "^4.13.4",
|
"express": "^4.15.4",
|
||||||
"express-limiter": "^1.6.0",
|
"express-limiter": "^1.6.0",
|
||||||
"express-rate-limit": "^2.6.0",
|
"express-rate-limit": "^2.9.0",
|
||||||
"express-ws": "^3.0.0",
|
"express-ws": "^3.0.0",
|
||||||
"got": "^7.0.0",
|
"got": "^7.1.0",
|
||||||
"helmet": "^3.6.1",
|
"helmet": "^3.8.1",
|
||||||
"inquirer": "^3.1.1",
|
"inquirer": "^3.2.1",
|
||||||
"kraken-api": "DeX3/npm-kraken-api",
|
"kraken-api": "github:DeX3/npm-kraken-api",
|
||||||
"lodash": "^4.17.2",
|
"lodash": "^4.17.2",
|
||||||
"make-dir": "^1.0.0",
|
"make-dir": "^1.0.0",
|
||||||
"mem": "^1.1.0",
|
"mem": "^1.1.0",
|
||||||
|
|
@ -35,23 +35,22 @@
|
||||||
"moment": "^2.17.0",
|
"moment": "^2.17.0",
|
||||||
"morgan": "^1.8.2",
|
"morgan": "^1.8.2",
|
||||||
"node-hkdf-sync": "^1.0.0",
|
"node-hkdf-sync": "^1.0.0",
|
||||||
"node-mailjet": "^3.1.0",
|
"node-mailjet": "^3.2.1",
|
||||||
"numeral": "^2.0.3",
|
"numeral": "^2.0.3",
|
||||||
"pg": "^6.4.0",
|
"pg-native": "^2.0.1",
|
||||||
"pg-native": "latest",
|
"pg-promise": "^6.3.7",
|
||||||
"pg-promise": "^5.9.7",
|
|
||||||
"pify": "^3.0.0",
|
"pify": "^3.0.0",
|
||||||
"pretty-ms": "^2.1.0",
|
"pretty-ms": "^2.1.0",
|
||||||
"promise-sequential": "^1.1.1",
|
"promise-sequential": "^1.1.1",
|
||||||
"ramda": "^0.22.1",
|
"ramda": "^0.22.1",
|
||||||
"serve-static": "^1.11.1",
|
"serve-static": "^1.12.4",
|
||||||
"socket.io": "^2.0.3",
|
"socket.io": "^2.0.3",
|
||||||
"socket.io-client": "^2.0.3",
|
"socket.io-client": "^2.0.3",
|
||||||
"twilio": "^3.4.0",
|
"twilio": "^3.6.1",
|
||||||
"uuid": "^3.1.0",
|
"uuid": "^3.1.0",
|
||||||
"web3": "^0.19.1",
|
"web3": "^0.19.1",
|
||||||
"winston": "^2.3.0",
|
"winston": "^2.3.0",
|
||||||
"ws": "^3.0.0"
|
"ws": "^3.1.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue