forked from mhdawson/evl-mqtt-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "evl-mqtt-bridge",
"version": "0.0.1",
"description": "bridge from evisalink to mqtt",
"main": "lib/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node lib/server.js"
},
"dependencies": {
"micro-app-framework": "^0.1.1",
"micro-app-notify-client": "^0.0.1",
"socket.io": "~1.3.7",
"mqtt": "~1.6.3",
"twilio": "^2.2.0",
"nodealarmproxy": "git+https://github.com/kbin76/NodeAlarmProxy.git"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kbin76/evl-mqtt-bridge.git"
},
"keywords": [
"iot",
"mqtt",
"envisalink",
"dashboard",
"micro-app",
"sensor",
"alarm",
"twillio",
"sms"
],
"author": "Michael Dawson",
"license": "MIT",
"bugs": {
"url": "https://github.com/kbin76/evl-mqtt-bridge/issues"
},
"homepage": "https://github.com/kbin76/evl-mqtt-bridge#readme",
"contributors": [
{
"name": "Michael Dawson",
"email": "[email protected]"
}
]
}