-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
42 lines (42 loc) · 1.13 KB
/
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
40
41
42
{
"name": "butter-provider-vodo",
"version": "0.3.1",
"description": "A Butter provider for VODO.net",
"main": "index.js",
"butter": {
"timeout": 20000,
"testArgs": "vodo?urlList=[\"http://butter.vodo.net/popcorn\", \"https://butter.vodo.net/popcorn\", \"http://localhost:8080/popcorn\"]"
},
"scripts": {
"test": "mocha ./node_modules/butter-provider/tests/*",
"lint": "./node_modules/.bin/eslint tests/** index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/butterproviders/butter-provider-vodo.git"
},
"keywords": [
"vodo",
"butter",
"streaming"
],
"author": "Niv Sardi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/butterproviders/butter-provider-vodo/issues"
},
"homepage": "https://github.com/butterproviders/butter-provider-vodo#readme",
"dependencies": {
"axios": "^0.11.0",
"butter-provider": "butterproviders/butter-provider",
"debug": "^3.1.0",
"defer-request": "0.0.2",
"moment": "^2.11.1",
"nedb": "^1.8.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"mocha": "^5.0.5"
}
}