forked from fountainhead-cash/bitd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 883 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 883 Bytes
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
29
30
31
32
{
"name": "fountainhead-bitd",
"version": "0.2.5",
"description": "decentralized autonomous database over bitcoin",
"main": "index.js",
"author": "21 Century Motor Company",
"license": "MIT",
"scripts": {
"start": "node index",
"lint": "./node_modules/.bin/eslint ."
},
"dependencies": {
"bitcoind-rpc": "^0.7.2",
"bitcore-lib-cash": "ZSLP/bitcore-lib-zcash#38c113838a28230b3d6cee76568f53173709774a",
"dotenv": "^6.0.0",
"fountainhead-bcode": "0.0.6",
"fountainhead-bigjq": "0.0.13",
"fountainhead-tna": "ZSLP/tna#843b5e8bd83233b122fc9468cd1028f5a496dfde",
"iconv-lite": "^0.4.24",
"ip": "^1.1.5",
"level": "^4.0.0",
"mingo": "^2.2.4",
"mongodb": "^3.1.4",
"p-limit": "^2.0.0",
"p-queue": "^3.0.0",
"traverse": "^0.6.6",
"zeromq": "^4.6.0"
},
"devDependencies": {
"eslint": "^5.6.1"
}
}