UNPKG

node-red-contrib-viseo-ms-graph

Version:

VISEO Bot Maker - Microsoft Graph

25 lines (24 loc) 848 B
{ "name" : "node-red-contrib-viseo-ms-graph", "version" : "0.3.0", "description" : "VISEO Bot Maker - Microsoft Graph", "dependencies" : { "uuid" : "3.1.0", "node-red-viseo-helper": "~0.3.0", "request" : "^2.34.0", "request-promise" : "^4.2.4" }, "repository" : { "type":"git", "url":"https://github.com/NGRP/node-red-contrib-viseo/tree/master/node-red-contrib-ms-graph" }, "license": "Apache-2.0", "keywords": ["viseo", "sarah", "node-red", "microsoft", "graph", "oauth", "excel"], "node-red" : { "nodes": { "node-ms-graph": "node-ms-graph.js", "node-ms-graph-config": "node-ms-graph-config.js", "node-ms-graph-excel": "node-ms-graph-excel.js" } } }