-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "torrent-docker",
"version": "1.6.0",
"description": "MAD SCIENCE realtime boot of remote docker images using bittorrent",
"main": "bin.js",
"bin": {
"torrent-docker": "./bin.js"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"dependencies": {
"bittorrent-tracker": "^2.7.0",
"create-torrent": "^3.2.0",
"cuid": "^1.2.4",
"docker-remote-api": "^4.4.0",
"docker-run": "^2.0.0",
"duplexify": "^3.2.0",
"freeport": "^1.0.3",
"fuse-bindings": "^2.1.2",
"level": "^0.18.0",
"lexicographic-integer": "^1.1.0",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"pretty-bytes": "^1.0.1",
"pump": "^1.0.0",
"rimraf": "^2.2.8",
"shasum": "^1.0.0",
"stream-collector": "^1.0.1",
"tar-fs": "^1.2.0",
"tar-stream": "^1.1.1",
"through2": "^0.6.3",
"torrent-stream": "^0.18.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/torrent-docker.git"
},
"bugs": {
"url": "https://github.com/mafintosh/torrent-docker/issues"
},
"homepage": "https://github.com/mafintosh/torrent-docker"
}