-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
56 lines (56 loc) · 1.14 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
53
54
55
56
{
"name": "torrenter",
"version": "1.0.8",
"description": "Simple nodejs package to download torrents using torrent-indexer and webtorrent, especially movies, series, anime and music.",
"repository": "https://github.com/sayem314/torrenter.git",
"keywords": [
"torrent",
"search",
"seek",
"index",
"download",
"tracker",
"movie",
"series",
"tv",
"show",
"p2p",
"webtorrent",
"magnet",
"xtorrent",
"1337x",
"eztv",
"limetorrents",
"rarbg",
"skytorrents",
"torrentproject",
"torrentz2",
"yts",
"yifi",
"zooqle"
],
"main": "torrenter.js",
"scripts": {
"build": "./build.sh"
},
"author": "Sayem Chowdhury",
"license": "MIT",
"bin": {
"torrenter": "./torrenter.js"
},
"dependencies": {
"colors": "^1.4.0",
"env-paths": "^2.2.0",
"got": "^11.2.0",
"hooman": "^1.2.5",
"lodash": "^4.17.15",
"prompts": "^2.3.2",
"signale": "^1.4.0",
"single-line-log": "^1.1.2",
"torrent-indexer": "^1.2.1",
"update-check": "^1.5.4",
"url-regex": "^5.0.0",
"webtorrent": "^0.108.6"
},
"devDependencies": {}
}