-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.11 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
{
"name": "butter-provider-local-video-library",
"version": "0.0.1",
"description": "A Butter provider for Videos found on local hard drives",
"main": "index.js",
"butter": {
"timeout": 200000,
"testArgs": "lvl?debug=true"
},
"scripts": {
"test": "tape ./node_modules/butter-provider/tests/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/butterproviders/butter-provider-local-video-library.git"
},
"keywords": [
"local-video-library",
"butter",
"streaming"
],
"author": "Niv Sardi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/butterproviders/butter-provider-local-video-library/issues"
},
"homepage": "https://github.com/butterproviders/butter-provider-local-video-library#readme",
"dependencies": {
"butter-provider": "https://github.com/butterproviders/butter-provider",
"debug": "^2.6.8",
"local-video-library": "https://github.com/vankasteelj/local-video-library"
},
"devDependencies": {
"tape": "^4.5.1"
}
}