-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 853 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
{
"name": "guidebox-stremio",
"displayName": "Guidebox",
"version": "1.2.3",
"description": "Guidebox Add-on - find where to stream your favorite movies and shows amongst Netflix, Hulu, Lovefilm and others",
"main": "guidebox.js",
"scripts": {
"test": "tape test/*",
"start": "node ./guidebox.js"
},
"repository": {
"type": "git",
"url": "http://github.com/Ivshti/guidebox-stremio"
},
"keywords": [
"guidebox",
"stremio",
"stremio-addons"
],
"author": "Ivo Georgiev <[email protected]> (http://ivogeorgiev.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ivshti/guidebox-stremio/issues"
},
"homepage": "https://github.com/Ivshti/guidebox-stremio",
"dependencies": {
"bagpipe": "^0.3.5",
"lodash": "^3.10.1",
"needle": "^0.10.0",
"stremio-addons": "^1.9.1"
}
}