UNPKG

node-red-contrib-linode

Version:

Use Linode API to provides the ability to programmatically manage the full range of Linode products and services / Swagger with Node-Red.

40 lines (39 loc) 888 B
{ "name": "node-red-contrib-linode", "version": "4.0.0", "description": "Use Linode API to provides the ability to programmatically manage the full range of Linode products and services / Swagger with Node-Red.", "author": "Marcos Caputo", "contributors": [ "Carin Caputo" ], "main": "linode.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "linode", "Linode", "linode api", "Linode Api", "swagger", "swagger client" ], "repository": { "type": "git", "url": "https://github.com/caputomarcos/node-red-contrib-linode" }, "license": "MIT", "node-red": { "nodes": { "linode": "linode.js" } }, "dependencies": { "swagger-client": "^3.12.2" }, "devDependencies": { "standard": "^16.0.3", "svelte-integration-red": "^0.1.34" } }