-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
33 lines (33 loc) · 1.04 KB
/
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
29
30
31
32
33
{
"name": "bitcoin-visualizer",
"version": "1.0.0",
"description": "<!-- > This material was originally posted [here](http://www.quora.com/What-is-Amazons-approach-to-product-development-and-product-management). It is reproduced here for posterities sake.",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower cache clean && bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bucko13/btc-blockchain-transactions-visualizers.git"
},
"author": "Buck Perley",
"license": "ISC",
"engines": {
"node": "6.11.1"
},
"bugs": {
"url": "https://github.com/Bucko13/btc-blockchain-transactions-visualizers/issues"
},
"homepage": "https://github.com/Bucko13/btc-blockchain-transactions-visualizers#readme",
"dependencies": {
"bcoin": "^0.15.0",
"bower": "^1.7.9",
"express": "^4.13.4",
"http": "0.0.0",
"leveldown": "^1.5.3",
"levelup": "^1.3.3",
"path": "^0.12.7",
"socket.io": "^1.4.5"
}
}