forked from OstlerDev/PopcornTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "popcorntv",
"main": "atv.js",
"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.git"
},
"dependencies": {
"URIjs": "^1.16.0",
"file-type": "^2.7.0",
"git-rev": "^0.2.1",
"iconv-lite": "^0.4.11",
"ip": "^0.3.3",
"lodash": "^3.9.3",
"mime": "^1.2.11",
"parse-torrent": "^5.2.1",
"pem": "^1.7.2",
"progress-stream": "^1.1.1",
"ptv-images": "^2.1.10",
"pump": "^1.0.0",
"q": "^1.4.1",
"range-parser": "^1.0.2",
"read-chunk": "^1.0.1",
"read-torrent": "^1.3.0",
"request": "2.55.0",
"rimraf": "^2.4.3",
"streamify": "^0.2.4",
"torrent-stream": "^0.21.3",
"underscore": "^1.7.0",
"winston": "^1.0.0",
"xml": "^1.0.0",
"xml-writer": "^1.6.0",
"xmlrpc": "^1.3.1",
"ytdl-core": "^0.5.1"
},
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"devDependencies": {
"semantic-release": "^6.0.1"
}
}