-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
43 lines (43 loc) · 1007 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
41
42
43
{
"name": "bacnet-mqtt-gateway",
"version": "1.0.1",
"description": "MQTT - BACnet gateway",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git://github.com/infinimesh/bacnet-mqtt-gateway.git"
},
"author": "Infinite Devices",
"license": "Apache-2.0",
"dependencies": {
"bacstack": "0.0.1-beta.13",
"body-parser": ">=1.18.3",
"config": ">=3.0.1",
"cors": "^2.8.5",
"express": ">=4.19.2",
"mqtt": ">=4.2.6",
"node-schedule": "^1.3.2",
"winston": ">=3.2.1",
"bl": ">=1.2.3",
"bufferutil": ">=4.0.1",
"utf-8-validate": ">=5.0.2",
"glob-parent": ">=5.1.2"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/infinimesh/bacnet-mqtt-gateway/issues"
},
"homepage": "https://github.com/infinimesh/bacnet-mqtt-gateway#readme",
"keywords": [
"bacnet",
"mqtt",
"infinimesh",
"iiot",
"iot",
"smartcity",
"smartbuilding"
]
}