-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
33 lines (33 loc) · 876 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
{
"name": "dlnacast",
"version": "0.0.3",
"description": "cast local media to your TV using UPnP/DLNA",
"main": "index.js",
"bin": {
"dlnacast": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xat/dlnacast"
},
"author": "Simon Kusterer",
"contributors": [
"Manuel Rueda <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/xat/dlnacast/issues"
},
"homepage": "https://github.com/xat/dlnacast",
"dependencies": {
"keypress": "^0.2.1",
"mime": "^1.3.4",
"minimist": "^1.1.1",
"renderer-finder": "^0.1.0",
"static-file-server": "0.0.4",
"upnp-mediarenderer-client": "https://registry.npmjs.org/upnp-mediarenderer-client/-/upnp-mediarenderer-client-1.0.0.tgz"
}
}