node-red-contrib-viseo-google-authentication
Version:
VISEO Bot Maker - Google Authentication
20 lines • 710 B
JSON
{
"name": "node-red-contrib-viseo-google-authentication",
"version": "0.1.1",
"description": "VISEO Bot Maker - Google Authentication",
"dependencies": {
"googleapis" : "~44.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/NGRP/node-red-contrib-viseo/tree/master/node-red-contrib-google-authentication"
},
"license": "Apache-2.0",
"keywords": ["viseo", "sarah", "node-red", "google", "authentication", "auth", "service", "account"],
"node-red": {
"nodes": {
"google-service-account" : "google-service-account.js",
"google-api-key" : "google-api-key.js"
}
}
}