-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 933 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
{
"name": "neeo-driver-lutron-caseta-smartbridge",
"version": "1.0.1",
"description": "Lutron Caseta Smartbridge driver for NEEO Thining Remote",
"main": "index.js",
"keywords": [
"NEEO",
"NEEO Driver",
"Lutron",
"Lutron Caseta"
],
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cfsbhawkins/neeo-lutron-caseta-smartbridge.git"
},
"author": "Brian Hawkins",
"license": "MIT",
"dependencies": {
"bonjour": "^3.5.0",
"neeo-sdk": "^0.45.7",
"ssh2": "*",
"bluebird": "*",
"util": "*",
"split": "*"
},
"engines": {
"node": ">=6.0.0"
},
"bugs": {
"url": "https://github.com/cfsbhawkins/neeo-lutron-caseta-smartbridge/issues"
},
"homepage": "https://github.com/cfsbhawkins/neeo-lutron-caseta-smartbridge"
}