-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 944 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
39
{
"name": "blink1-status-hub",
"version": "0.1.2",
"description": "HTTP REST API server in Node for blink(1) devices",
"repository": {
"type": "git",
"url": "git@github.com:902Labs/blink1-status-hub.git"
},
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js",
"dev": "./node_modules/supervisor/lib/cli-wrapper.js -w . -i node_modules -e js main.js"
},
"bin": {
"blink1-server": "./main.js"
},
"author": "Russell Brown",
"license": "ISC",
"keywords": [
"blink(1)",
"blink1",
"productivity",
"status light"
],
"bugs": {
"url": "https://github.com/902Labs/blink1-status-hub/issues"
},
"dependencies": {
"express": "^4.13.3",
"interface-addresses": "0.0.5",
"node-blink1": "^0.2.1",
"node-hid": "^0.5.0",
"parse-color": "^1.0.0"
},
"devDependencies": {
"supervisor": "^0.10.0"
}
}