-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 946 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "node-red-contrib-firebase-data",
"version": "0.0.12",
"author": "minh hien <taminhhien.mor.vn@gmail.com>",
"description": "The simplest of simple nodes with firebase",
"dependencies": {
"axios": "^1.10.0",
"follow-redirects": "1.15.6",
"googleapis": "65.0.0"
},
"overrides": {
"tough-cookie": "4.1.4"
},
"keywords": [
"node-red",
"firebase",
"firebase-data",
"firebase data",
"firebase-data realtime"
],
"node-red": {
"nodes": {
"addFirebase": "source/addFirebase.js",
"firebaseCertificate": "source/firebaseCertificate.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/taminhhienmor/node-red-contrib-firebase-data"
},
"license": "MIT",
"maintainers": [
{
"name": "minh hien",
"email": "taminhhien.mor.vn@gmail.com"
}
]
}