-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 799 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 799 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
{
"name": "node-tracker",
"version": "0.0.2",
"description": "Library to query both UDP and HTTP trackers",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://git.popcorntime.io/stash/scm/~xeoncore/node-tracker.git"
},
"keywords": [
"torrent",
"swarm",
"tracker",
"udp",
"http",
"scrape",
"bittorrent"
],
"author": {
"name": "jduncanator",
"url": "https://github.com/jduncanator"
},
"contributors": {
"name": "XeonCore",
"email": "xeoncore@get-popcorn.com",
"url": "https://github.com/xeoncore"
},
"license": "GPL-3.0",
"dependencies": {
"URIjs": "^1.13.2",
"bencode": "^0.6.0",
"compact2string": "^1.2.0",
"hat": "0.0.3",
"request": "^2.39.0",
"underscore": "^1.6.0"
}
}