forked from billhinkle/lutronpi-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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
49
50
51
52
53
54
55
56
57
{
"name": "lutronpi",
"version": "2.0.0-beta.5",
"description": "Node server connecting Lutron SmartBridge to Samsung SmartThings",
"main": "lutronpi.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node lutronpi.js"
},
"keywords": [
"Lutron",
"SmartBridge",
"SmartBridge Pro",
"RA/Select",
"SmartThings",
"Caseta",
"Pico"
],
"contributors": [
"Bill Hinkle <[email protected]> (https://github.com/billhinkle)",
"Nate Schwartz (https://github.com/njschwartz)"
],
"license": "ISC",
"engines": {
"node": ">=6.11"
},
"repository": "github:billhinkle/lutronpi-server",
"files": [
"LutronPiServer.js",
"bridges/*",
"lib/*"
],
"dependencies": {
"loglevel": ">=1.6.1",
"try-require": ">=1.2.1",
"getport": ">=0.1.0",
"dns": ">=0.2.2",
"request": ">=2.85.0",
"express": ">=4.16.3",
"body-parser": ">=1.18.2",
"node-ssdp": ">=3.3.0",
"ip": ">=1.1.5",
"ipaddr.js": ">=1.7.0",
"events": ">=2.0.0",
"fs": ">=0.0.1-security",
"readline-sync": ">=1.4.9",
"queue": ">=4.4.2",
"multicast-dns-service-types": ">=1.1.0",
"dns-equal": ">=1.0.0",
"bonjour": ">=3.5.0",
"net": ">=1.0.2",
"tls": ">=0.0.1",
"crc-32": ">=1.2.0",
"node-forge": ">=0.7.5",
"url-search-params": ">=0.10.0"
}
}