forked from OstlerDev/PopcornTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 829 Bytes
/
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
{
"name": "PopcornTV",
"description": "Streaming movies and TV shows directly to an Apple TV from Torrents",
"homepage": "http://popcorntv.io",
"author": "OstlerDev",
"repository": {
"type": "git",
"url": "https://github.com/OstlerDev/PopcornTV"
},
"version": "0.1.6",
"dependencies": {
"file-type": "^2.7.0",
"iconv-lite": "^0.4.11",
"images": "2.1.6",
"ip": "^0.3.3",
"lodash": "^3.9.3",
"mime": "^1.2.11",
"parse-torrent": "^5.2.1",
"pem": "^1.7.2",
"popcorn-streamer": "0.1.0",
"pump": "^1.0.0",
"q": "^1.4.1",
"range-parser": "^1.0.2",
"read-chunk": "^1.0.1",
"request": "2.55.0",
"underscore": "^1.7.0",
"winston": "^1.0.0",
"winston-loggly": "^1.1.0",
"xml": "^1.0.0",
"xml-writer": "^1.6.0",
"xmlrpc": "^1.3.1"
}
}