forked from grunjol/dlnacasts
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
38 lines (38 loc) · 860 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
37
38
{
"name": "dlnacasts2",
"version": "0.2.0",
"description": "Query your local network for DLNA enabled renderers and have them play media",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rslavin/dlnacasts2.git"
},
"keywords": [
"dlna",
"upnp",
"cast",
"client"
],
"author": "rslavin",
"license": "MIT",
"bugs": {
"url": "https://github.com/rslavin/dlnacasts2/issues"
},
"homepage": "https://github.com/rslavin/dlnacasts2#readme",
"dependencies": {
"debug": "^2.1.3",
"mime": "^1.3.4",
"node-ssdp": "^2.7.1",
"run-parallel": "^1.1.6",
"simple-get": "^2.1.0",
"thunky": "^0.1.0",
"upnp-mediarenderer-client": "^1.4.0",
"xml2js": "^0.4.8"
},
"devDependencies": {
"standard": "^7.0.1"
}
}