-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
29 lines (29 loc) · 817 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
{
"name": "butter-provider-movies",
"version": "1.0.4",
"description": "A Butter provider for movies, completable with the popcorn-api.",
"main": "index.js",
"butter": {
"timeout": 20000,
"testArgs": "MovieApi?&apiURL=https://movies-v2.api-fetch.website/,cloudflare+https://movies-v2.api-fetch.website/,http://localhost:5000/&lang=en&quality=720p"
},
"scripts": {
"test": "tape ./node_modules/butter-provider/tests/*"
},
"license": "MIT",
"dependencies": {
"butter-provider": "^0.9.0",
"butter-sanitize": "^0.1.1",
"lodash": "^4.17.4",
"q": "^1.5.1",
"request": "^2.83.0"
},
"devDependencies": {
"debug": "^3.1.0",
"tape": "^4.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ChrisAlderson/butter-provider-movies.git"
}
}