-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 838 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
{
"name": "upnptube",
"version": "0.0.1",
"description": "Cast from YouTube app to DLNA/UPNP renderers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mas94uk/upnpTube.git"
},
"keywords": [
"youtube",
"dlna",
"upnp",
"cast",
"audio",
"music"
],
"author": "Mark Smith",
"license": "ISC",
"bugs": {
"url": "https://github.com/mas94uk/upnpTube/issues"
},
"homepage": "https://github.com/mas94uk/upnpTube#readme",
"dependencies": {
"http-proxy": "^1.18.1",
"node-ssdp": "^4.0.1",
"upnp-mediarenderer-client": "^1.4.0",
"yt-cast-receiver": "git+https://git@github.com/mas94uk/yt-cast-receiver.git"
},
"bin": {
"upnpTube": "./index.js"
}
}