-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.45 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
43
44
45
46
47
{
"name": "butter-provider-youtube",
"version": "0.4.0",
"description": "A Butter provider for youtube media servers",
"main": "index.js",
"scripts": {
"test": "mocha --ui bdd --require babel-core/register --require babel-polyfill --recursive node_modules/butter-provider/tests/*.js",
"lint": "standard --env mocha tests/** index.js"
},
"butter": {
"timeout": 20000,
"testArgs": "youtube?channel=midianinjafly&mode=shows&maxResults=3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/butterproviders/butter-provider-youtube.git"
},
"keywords": [
"youtube",
"butter",
"streaming"
],
"author": "Niv Sardi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/butterproviders/butter-provider-youtube/issues"
},
"homepage": "https://github.com/butterproviders/butter-provider-youtube#readme",
"dependencies": {
"butter-provider": "butterproviders/butter-provider",
"dayjs": "^1.5.18",
"debug": "^3.1.0",
"picotube": "^0.0.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"butter-test-provider": "butterproviders/butter-test-provider",
"mocha": "^5.2.0",
"standard": "^11.0.1"
}
}