forked from hackhackhack/butter-provider-yts
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 997 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
39
{
"name": "butter-provider-yts",
"version": "0.1.0",
"description": "A Butter provider for YTS",
"main": "index.js",
"butter": {
"testArgs": "yts?&apiURL=http://62.210.81.37/,dnstxt://_movies.api-fetch.website/"
},
"scripts": {
"test": "tape ./node_modules/butter-test-provider/tests/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/butterproviders/butter-provider-yts.git"
},
"keywords": [
"yts",
"butter",
"streaming"
],
"author": "Random Hacker",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/butterproviders/butter-provider-yts/issues"
},
"homepage": "https://github.com/butterproviders/butter-provider-yts#readme",
"dependencies": {
"butter-provider": "^0.2.0",
"butter-sanitize": "^0.1.0",
"lodash": "^4.0.0",
"popcorn-txt-api": "0.0.5",
"q": "^1.4.1",
"request": "^2.67.0",
"sanitizer": "^0.1.3"
},
"devDependencies": {
"butter-test-provider": "*"
}
}