UNPKG

node-red-contrib-google-firebase

Version:
49 lines (48 loc) 1.26 kB
{ "name": "node-red-contrib-google-firebase", "version": "0.0.7", "description": "Node-Red module for interacting with google firebase", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/shaggyshelar/node-red-contrib-google-firebase.git" }, "keywords": [ "node-red", "google-firebase" ], "contributors": [ { "name": "Sagar Shelar", "email": "shaggy.shelar@gmail.com" }, { "name": "Javi", "email": "fj.gutierrezs91@gmail.com" }, { "name": "Germán Martín", "email": "gmag11@gmail.com" } ], "node-red": { "nodes": { "auth": "google-firebase/auth.js", "once": "google-firebase/once.js", "on": "google-firebase/on.js", "update" : "google-firebase/update.js", "config" : "google-firebase/config.js" } }, "author": "Sagar Shelar", "license": "MIT", "bugs": { "url": "https://github.com/shaggyshelar/node-red-contrib-google-firebase/issues" }, "homepage": "https://github.com/shaggyshelar/node-red-contrib-google-firebase#readme", "dependencies": { "firebase": "4.6.2" } }