-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 953 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 953 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
35
36
37
38
39
40
41
42
{
"name": "liuguoping",
"version": "0.0.1",
"description": "雾计算时代,需要一个Hub,这就是Hero node所想做的事情",
"main": "index.js",
"dependencies": {
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"d3-timeline-chart": "^1.2.0",
"ethereum-ens": "^0.7.1",
"express": "^4.16.2",
"express-http-proxy": "^1.0.7",
"gittorrent": "^0.1.9",
"http-proxy-middleware": "^0.17.4",
"ipfs-api": "^14.3.4",
"mime": "^1.3.4",
"qr-image": "^3.2.0",
"request": "^2.81.0",
"socket.io": "^2.0.3",
"web3": "^1.0.0-beta.18"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index"
},
"keywords": [
"Hero",
"雾计算",
"以太坊",
"比特币",
"IPFS",
"ZeroNet",
"torrent",
"QTUM",
"NEO",
"SIA",
"FILECOIN"
],
"author": "liuguoping",
"license": "MIT"
}