forked from hovissimo/node-red-firebase
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "node-red-contrib-firebase",
"version": "1.1.1",
"description": "Node-Red module for interacting with Firebase",
"author": "Austin Eldridge <[email protected]>",
"contributors": [
{
"name": "Austin Eldridge",
"email": "[email protected]"
}
],
"dependencies": {
"firebase": "2.4.1",
"firebase-token-generator": "^2.0.0",
"follow-redirects": "0.0.7"
},
"keywords": [
"node-red",
"firebase"
],
"node-red": {
"nodes": {
"firebase_config": "firebase/firebase_config.js",
"firebase_modify": "firebase/firebase_modify.js",
"firebase_once": "firebase/firebase_once.js",
"firebase_on": "firebase/firebase_on.js",
"firebase_ondisconnect": "firebase/firebase_ondisconnect.js",
"firebase_auth": "firebase/firebase_auth.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/deldrid1/node-red-contrib-firebase"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/deldrid1/node-red-contrib-firebase/issues"
},
"homepage": "https://github.com/deldrid1/node-red-contrib-firebase"
}