-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.23 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.23 KB
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
48
49
50
51
{
"name": "bitcast",
"version": "0.1.0",
"description": "Stream video from BitTorrent and cast directly to DNLA/Upnp media renders (Smart TV)",
"main": "cast.js",
"scripts": {
"start": "node cast.js",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fijiwebdesign/bitcast"
},
"keywords": [
"dlna",
"upnp",
"cast",
"client"
],
"author": "grunjol",
"license": "MIT",
"bugs": {
"url": "https://github.com/fijiwebdesign/bitcast/issues"
},
"homepage": "https://github.com/fijiwebdesign/bitcast#readme",
"dependencies": {
"concat-stream": "^1.6.2",
"debug": "^3.1.0",
"eventemitter2": "^5.0.1",
"express": "^4.16.2",
"isomorphic-fetch": "^2.2.1",
"mime": "^1.3.4",
"node-ssdp": "^2.7.1",
"pump": "^3.0.0",
"range-parser": "^1.2.1",
"range-stream": "^1.1.0",
"readable-stream": "^3.6.0",
"readcommand": "^0.3.0",
"run-parallel": "^1.1.6",
"simple-get": "^2.1.0",
"stream-transcoder": "^0.0.5",
"thunky": "^0.1.0",
"transcode-stream": "^1.0.0",
"upnp-mediarenderer-client": "^1.2.2",
"webtorrent": "^0.98.23",
"xml2js": "^0.4.8"
},
"devDependencies": {
"standard": "^7.0.1"
}
}