UNPKG

@bea.steers/node-red-contrib-nuclio

Version:
47 lines (46 loc) 915 B
{ "name": "@bea.steers/node-red-contrib-nuclio", "version": "1.1.0", "description": "Deploy Nuclio functions from Node-RED", "main": "lib/nuclio.js", "scripts": {}, "node-red": { "version": ">=3.0.0", "nodes": { "nuclio": "lib/nuclio.js" } }, "repository": { "type": "git", "url": "git+https://github.com/beasteers/node-red-contrib-nuclio.git" }, "keywords": [ "node-red", "nuclio", "function", "enpoint", "python", "remote", "horizontal", "scalable", "replicas", "http", "api", "request", "application", "cpu", "multicore", "cluster" ], "author": "beasteers", "license": "MIT", "homepage": "https://github.com/beasteers/node-red-contrib-nuclio", "dependencies": { "axios": "^1.6.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21" }, "devDependencies": { "bcrypt": "^6.0.0" } }