-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 753 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 753 Bytes
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
{
"author": {
"name": "Mitra Ardron",
"email": "mitra@mitra.biz",
"url": "https://www.mitra.biz"
},
"bugs": "https://github.com/mitra42/frugal-iot-logger/issues",
"dependencies": {
"async": "^3.2.6",
"firebase-admin": "^12.7.0",
"js-yaml": "^4.1.1",
"mqtt": "^5.15.0",
"array.prototype.tospliced": "^1.1.5"
},
"description": "Frugal IoT logger",
"homepage": "https://github.com/mitra42/frugal-iot",
"keywords": [
"mqtt",
"frugal-iot"
],
"license": "MIT",
"main": "index.js",
"name": "frugal-iot-logger",
"repository": "https://github.com/mitra42/frugal-iot-logger",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"version": "1.1.10"
}