-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 930 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
40
{
"name": "connect-things",
"version": "1.1.0",
"description": "Connect your things",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rtyle/connect-things.git"
},
"keywords": [
"SmartThings",
"Legrand",
"Adorne",
"LC7001",
"hub",
"RFLC",
"UPnP",
"BinaryLight",
"DimmableLight"
],
"author": "Ross Tyler",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/rtyle/connect-things/issues"
},
"homepage": "https://github.com/rtyle/connect-things",
"dependencies": {
"commander": "^3.0.2",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"log4js": "^5.1.0",
"peer-upnp": "git+https://github.com/rtyle/peer-upnp.git#upnp-things",
"st-schema": "^1.3.4",
"uuid": "^3.3.3"
}
}