-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 998 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": "butter-provider-tvapi",
"version": "0.1.0",
"description": "A Butter provider for TV API",
"main": "index.js",
"butter": {
"testArgs": "tvapi?&apiURL=https://api-fetch.website/tv/,dnstxt://_movies.api-fetch.website/tv"
},
"scripts": {
"test": "tape ./node_modules/butter-test-provider/tests/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/butterproviders/butter-provider-tvapi.git"
},
"keywords": [
"tvapi",
"butter",
"streaming"
],
"author": "Niv Sardi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/butterproviders/butter-provider-tvapi/issues"
},
"homepage": "https://github.com/butterproviders/butter-provider-tvapi#readme",
"dependencies": {
"butter-provider": "^0.3.1",
"butter-sanitize": "^0.1.0",
"lodash": "^3.10.1",
"node-tvdb": "^1.6.1",
"popcorn-txt-api": "0.0.5",
"q": "^1.4.1"
},
"devDependencies": {
"butter-test-provider": "0.0.3"
}
}