forked from shutupand/guidebox-stremio
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "stremio-watchhub",
"displayName": "WatchHub",
"version": "1.13.3",
"description": "Find where to stream your favorite movies and shows amongst iTunes, Hulu, Amazon and other UK/US services.",
"main": "watchhub.js",
"scripts": {
"test": "tape test/*",
"start": "node ./watchhub.js",
"docker-build": "docker build --tag=stremio/stremio-watchhub .",
"docker-push": "docker push stremio/stremio-watchhub"
},
"repository": {
"type": "git",
"url": "http://github.com/Stremio/stremio-watchhub"
},
"keywords": [
"guidebox",
"stremio",
"stremio-addons"
],
"author": "Ivo Georgiev <[email protected]> (http://ivogeorgiev.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Stremio/stremio-watchhub/issues"
},
"homepage": "https://github.com/Stremio/stremio-watchhub",
"dependencies": {
"bagpipe": "^0.3.5",
"hiredis": "^0.4.1",
"lodash": "^3.10.1",
"needle": "^0.10.0",
"redis": "^2.4.2",
"stremio-addons": "^2.5.1"
}
}