forked from Stremio/stremio-local-addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 946 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
34
35
36
37
38
{
"name": "stremio-local-addon",
"version": "1.8.4",
"description": "Local add-on to find playable files: .torrent, .mp4, .mkv and .avi",
"main": "index.js",
"dependencies": {
"byline": "^5.0.0",
"name-to-imdb": "^2.1.1",
"node-fetch": "^2.1.2",
"parse-torrent": "^6.0.1",
"stremio-addon-sdk": "^0.6.4",
"video-name-parser": "^1.4.6",
"which": "^1.3.1"
},
"devDependencies": {
"stremio-addon-client": "^1.4.3",
"tape": "^4.9.0"
},
"scripts": {
"test": "node test/index",
"start": "node bin/addon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Stremio/stremio-local-addon.git"
},
"keywords": [
"stremio",
"local",
"bittorrent"
],
"author": "Smart Code OOD",
"license": "MIT",
"bugs": {
"url": "https://github.com/Stremio/stremio-local-addon/issues"
},
"homepage": "https://github.com/Stremio/stremio-local-addon#readme"
}