-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 844 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 844 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
{
"name": "minidsp-control",
"version": "1.0.3",
"description": "Displays status of the MiniDSP 2x4 HD connected over USB via an Adafruit 14 segment display",
"main": "minidsp-control.js",
"dependencies": {
"ht16k33-fourteensegment-display": "^0.1.1",
"inotify": "^1.4.1",
"minidsp": "git://github.com/markubiak/node-minidsp.git"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://www.github.com/markubiak/minidsp-control"
},
"bin": {
"minidsp-control": "minidsp-control.js"
},
"keywords": [
"MiniDSP",
"2x4",
"HD",
"display",
"USB",
"fourteen",
"segment"
],
"author": "Mark Kubiak <mkubiak.dev@gmail.com> (https://www.github.com/markubiak)",
"license": "MIT"
}