@flowfuse/device-agent
Version:
An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform
27 lines • 611 B
JSON
{
"name": "@flowforge/flowforge-library-plugin",
"version": "0.0.1",
"description": "FlowFuse library plugin for Node-RED",
"keywords": [
"node-red",
"flowfuse"
],
"author": {
"name": "FlowFuse Inc."
},
"license": "Apache-2.0",
"node-red": {
"version": ">=2.2.0",
"plugins": {
"flowfuse-library": "libraryPlugin.js"
}
},
"dependencies": {
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.4",
"proxy-from-env": "^1.1.0"
},
"engines": {
"node": ">=14.x"
}
}