forked from ItzBlitz98/torrentflix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.16 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": "torrentflix",
"description": "CLI to search torrent sites and stream with peerflix.",
"version": "9.0.0",
"homepage": "https://github.com/ItzBlitz98/torrentflix",
"author": {
"name": "ItzBlitz98"
},
"contributors" : {
"name": "Evan Cameron <www.github.com/leshow>",
"name": "watchfulwisp <www.github.com/watchfulwisp>"
},
"repository": {
"type": "git",
"url": "https://github.com/ItzBlitz98/torrentflix.git"
},
"bugs": {
"url": "https://github.com/ItzBlitz98/torrentflix/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"bin": {
"torrentflix": "bin/torrentflix"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {},
"preferGlobal": true,
"dependencies": {
"async": "^1.5.0",
"chalk": "^1.1.1",
"cheerio": "^0.19.0",
"child": "0.0.3",
"spawn-cmd": "^0.0.2",
"commander": "^2.2.0",
"configstore": "^1.1.0",
"inquirer": "^0.11.0",
"moment": "^2.9.0",
"subtitler": "^2.4.0",
"opn": "^3.0.2",
"q": "^2.0.3",
"read-torrent": "^1.2.0",
"request": "^2.51.0",
"torrent_project_api": "^0.0.4"
},
"devDependencies": {},
"keywords": []
}