-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 824 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
{
"name": "everarchive",
"version": "0.0.0",
"description": "Decentralised & resilient site archiving tool",
"main": "server/index.js",
"keywords": [
"bittorrent",
"archive"
],
"author": "Jack Coulter <jscinoz@jscinoz.so>",
"license": "AGPL-1.0",
"dependencies": {
"assetgraph": "^1.15.3",
"bittorrent-dht": "^2.6.4",
"bluebird": "^2.8.2",
"create-torrent": "^3.7.1",
"debug": "^2.1.1",
"gridfs-stream": "^0.5.3",
"hiredis": "^0.1.17",
"koa": "^0.15.0",
"koa-body": "^0.4.0",
"koa-file-server": "^2.3.0",
"koa-logger": "^1.2.2",
"koa-router": "^3.8.0",
"mongoose": "^3.8.22",
"nconf": "^0.7.1",
"parse-torrent": "^3.0.1",
"redis": "^0.12.1",
"simple-sha1": "^2.0.7",
"streamifier": "^0.1.0",
"webtorrent": "^0.26.0"
}
}