forked from jeffdoubleyou/hdhomerun-live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
48
{
"name": "hdhomerun-live",
"version": "0.0.1",
"description": "HDHomeRun Emulator with LiveTV support using cable provider login",
"main": "index.js",
"bugs": {
"url": "http://github.com/jeffdoubleyou/hdhomerun-live/issues"
},
"dependencies": {
"buffer-crc32": ">=0.2.1",
"dateformat": "^3.0.3",
"dgram": "^1.0.1",
"express": "^4.15.4",
"fluent-ffmpeg": "^2.1.2",
"lowdb": "^1.0.0",
"morgan": "^1.8.2",
"mustache": "^2.3.0",
"puppeteer": "1.14.0",
"tcp-ping": "^0.1.1"
},
"engines": {
"node": ">=0.9.4"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"nodeunit": ">=0.7.4"
},
"scripts": {
"test": "nodeunit ./test/"
},
"repository": {
"type": "git",
"url": "git://github.com/jeffdoubleyou/hdhomerun-live.git"
},
"keywords": [
"hdhomerun",
"tv",
"tuner",
"video",
"dvr",
"live",
"emulator"
],
"author": "Jeffrey Weitz <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md"
}