-
Notifications
You must be signed in to change notification settings - Fork 265
/
package.json
52 lines (52 loc) · 1.21 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
47
48
49
50
51
52
{
"name": "gittorrent",
"description": "Using BitTorrent to share git repositories",
"version": "0.1.9",
"author": {
"name": "Chris Ball",
"email": "[email protected]",
"url": "http://printf.net/"
},
"bin": {
"git-remote-gittorrent": "./git-remote-gittorrent",
"gittorrentd": "./gittorrentd"
},
"bugs": {
"url": "https://github.com/cjb/gittorrent/issues"
},
"dependencies": {
"bittorrent-dht": "git://github.com/cjb/bittorrent-dht#dht-store",
"bittorrent-protocol": "^1.5.7",
"bittorrent-swarm": "^5.0.2",
"chalk": "^1.0.0",
"elliptic": "^3.0.3",
"glob": "^5.0.6",
"hat": "^0.0.3",
"inherits": "^2.0.1",
"magnet-uri": "^4.0.0",
"prettyjson": "^1.1.2",
"rc": "^1.0.3",
"ut_gittorrent": "^0.1.0",
"ut_metadata": "^2.7.3",
"webtorrent": "^0.48.0",
"zero-fill": "^2.2.1"
},
"devDependencies": {
"standard": "^3.1.1"
},
"homepage": "http://gittorrent.org",
"keywords": [
"torrent",
"bittorrent",
"bittorrent client",
"git",
"gittorrent",
"mad science"
],
"license": "MIT",
"main": "git-remote-gittorrent",
"repository": {
"type": "git",
"url": "git://github.com/cjb/gittorrent.git"
}
}