-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 860 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 860 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
33
34
{
"name": "bitcoin_indexer",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tenthirtyone/bitcoin_indexer.git"
},
"keywords": [
"bitcoin",
"indexer",
"blockchain"
],
"author": "alex sherbuck",
"license": "MIT",
"bugs": {
"url": "https://github.com/tenthirtyone/bitcoin_indexer/issues"
},
"homepage": "https://github.com/tenthirtyone/bitcoin_indexer#readme",
"dependencies": {
"bcoin": "^1.0.0-beta.15",
"bcoin-mongo-api": "git+https://github.com/bitpay/bcoin-mongo-api.git",
"blockchain.info": "^2.8.0",
"express": "^4.15.3",
"request": "^2.81.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"winston": "^2.3.1"
}
}