-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.12 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "filego",
"version": "0.0.1",
"description": "Filego is a decentralized storage platform secured by blockchain technology. ",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eximua/filego.git"
},
"keywords": [
"filego",
"ipfs",
"blockchain",
"cloud",
"storagem",
"decentralized"
],
"author": "Eximua",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eximua/filego/issues"
},
"homepage": "https://github.com/Eximua/filego#readme",
"dependencies": {
"@nodeutils/defaults-deep": "^1.1.0",
"async": "^2.6.1",
"authing-js-sdk": "^1.1.2",
"ipfs": "^0.32.3",
"level": "^4.0.0",
"libp2p": "^0.23.0",
"libp2p-kad-dht": "^0.10.1",
"libp2p-mdns": "^0.12.0",
"libp2p-railing": "^0.9.2",
"libp2p-secio": "^0.10.0",
"libp2p-spdy": "^0.12.1",
"libp2p-tcp": "^0.12.1",
"libp2p-websockets": "^0.12.0",
"log4js": "^3.0.5",
"peer-info": "^0.14.1",
"pull-stream": "^3.6.9",
"readable-stream": "^3.0.4"
}
}