forked from deadxd/stremio-opensubtitles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "stremio-opensubtitles",
"version": "0.24.0",
"description": "Stremio service for OpenSubtitles",
"main": "index.js",
"scripts": {
"start": "node ./index-caching.js",
"test": "tape tests/*",
"docker-build": "docker build --tag=stremio/stremio-opensubtitles .",
"docker-push": "docker push stremio/stremio-opensubtitles"
},
"repository": {
"type": "git",
"url": "https://github.com/Ivshti/stremio-opensubtitles"
},
"keywords": [
"subtitles",
"opensubtitles",
"stremio"
],
"author": "Ivo Georgiev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ivshti/stremio-opensubtitles/issues"
},
"homepage": "https://github.com/Ivshti/stremio-opensubtitles",
"dependencies": {
"async": "1.x.x",
"opensubtitles": "0.0.1",
"redis": "^2.8.0",
"simple-get": "2.3.x",
"stremio-addons": "^2.8.3",
"stremio-db-connections": "git+ssh://[email protected]/Stremio/stremio-db-connections.git#db-updates",
"subtitles-grouping": "1.5.x",
"underscore": "1.8.x",
"xmlrpc": "1.x.x"
},
"devDependencies": {}
}