-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 849 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
{
"name": "lo-mqtt-nodejs",
"author": "Brice Vandeputte <brice.vandeputte@orange.com>",
"license": "MIT",
"version": "1.0.1",
"description": "Live Objects NodeJS MQTT client",
"type": "module",
"main": "src/device-mode/lo-device.js",
"repository": {
"type": "git",
"url": "https://github.com/boly38/lo-mqtt-nodejs.git"
},
"homepage": "https://github.com/boly38/lo-mqtt-nodejs",
"keywords": [
"mqtt",
"test",
"liveobjects",
"config",
"command",
"resource",
"geolocation"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"doc_dependencies": {
"axios": "used buy resource update download step"
},
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"log4js": "^6.9.1",
"mqtt": "^5.10.1",
"node-global-proxy": "^1.0.1"
}
}