UNPKG

node-red-contrib-spark

Version:

Node-RED Nodes to integrate with the Cisco Webex Teams API

38 lines (37 loc) 983 B
{ "name": "node-red-contrib-spark", "version": "2.1.0", "description": "Node-RED Nodes to integrate with the Cisco Webex Teams API", "dependencies": { "body-parser": "1.15.2", "lodash": "^4.17.11", "request": "2.76.0", "swagger-client": "2.1.23" }, "repository": { "type": "git", "url": "git+https://github.com/cumberlandgroup/node-red-contrib-spark" }, "license": "MIT", "keywords": [ "node-red", "cisco", "spark", "webex teams" ], "node-red": { "nodes": { "spark-api": "spark/spark-api.js", "spark-webhook": "spark/spark-webhook.js", "spark-parser": "spark/spark-payload-parser.js", "spark-auth-config": "spark/spark-auth-config.js" } }, "author": "Nicholas Marus <nick.marus@cumberlandgroupit.com>", "scripts": { "build": "./node_modules/.bin/browserify ./spark/swagger-client.js -o ./spark/swagger-client-web.js" }, "devDependencies": { "browserify": "^13.1.0" } }