-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 779 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 779 Bytes
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
{
"name": "hdhomerun",
"version": "0.0.3",
"description": "low-level control of HDHomeRun TV tuner devices",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"bugs": {
"url": "http://github.com/mharsch/node-hdhomerun/issues"
},
"dependencies": {
"buffer-crc32": ">=0.2.1"
},
"engines": {
"node": ">=0.9.4"
},
"devDependencies": {
"nodeunit": ">=0.7.4"
},
"scripts": {
"test": "nodeunit ./test/"
},
"repository": {
"type": "git",
"url": "git://github.com/mharsch/node-hdhomerun.git"
},
"keywords": [
"hdhomerun",
"tv",
"tuner",
"video",
"dvr"
],
"author": "Michael Harsch <mike@harschsystems.com>",
"license": "MIT",
"readmeFilename": "README.md"
}