UNPKG

node-red-contrib-openfaas-gateway

Version:

Call your OpenFaaS function from Node RED, with standard gateway defined as http://gateway:8080

32 lines (31 loc) 738 B
{ "name": "node-red-contrib-openfaas-gateway", "version": "1.4.1", "description": "Call your OpenFaaS function from Node RED, with standard gateway defined as http://gateway:8080", "license": "MIT", "repository": "scher200/node-red-openfaas-gateway", "main": "", "keywords": [ "gateway", "node-red", "openfaas", "function-as-a-service" ], "scripts": { "release": "./node_modules/standard-version/bin/cli.js --release-as minor" }, "author": "scher200", "node-red": { "nodes": { "openfaas": "openfaas.js" } }, "devDependencies": { "eslint": "^4.11.0", "standard-version": "^4.2.0" }, "dependencies": { "request": "^2.83.0", "request-promise": "^4.2.2" } }