-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
28 lines (28 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "full-node-plus",
"description": "Full node and then some",
"version": "0.0.1",
"author": "Justin Langston <[email protected]>",
"main": "server.js",
"dependencies": {
"JSONStream": "~1.3.1",
"async": "^2.5.0",
"bitcore-lib": "git+ssh://[email protected]/bitpay/bitcore-lib.git#segwit-test",
"bitcore-lib-cash": "git+ssh://[email protected]/nitsujlangston/bitcore-lib.git#update/cashAddrFirst",
"bitcore-p2p": "git+ssh://[email protected]:bitpay/bitcore-p2p.git#master",
"bitcore-p2p-cash": "git+ssh://[email protected]:bitpay/bitcore-p2p.git#cash",
"body-parser": "~1.17.2",
"express": "~4.15.3",
"mkdirp": "^0.5.1",
"mongoose": "^5.0.3",
"progress": "^2.0.0",
"request": "^2.81.0",
"snappy": "^6.0.1",
"underscore": "^1.8.3",
"winston": "^3.0.0-rc1"
},
"devDependencies": {
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
}
}