node-red-trexmes-service
Version:
service Nodes for trexMes systems
48 lines (47 loc) • 1.37 kB
JSON
{
"name": "node-red-trexmes-service",
"version": "1.1.1",
"description": "service Nodes for trexMes systems",
"main": "event-subscribers.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Asaf Yurdakul",
"license": "GPL-3.0-or-later",
"keywords": [
"node-red",
"trex-mes"
],
"homepage": "https://github.com/asafyurdakul/node-red-trexmes-service",
"node-red": {
"nodes": {
"trex-subscriber": "trex-subscriber.js",
"business-event-subscriber": "event-subscribers.js",
"custom-form": "custom-form.js",
"form-bind-controls": "form-bind-controls.js",
"control-properties": "control-properties.js",
"button-configurator": "button-configurator.js",
"main-form-actions": "main-form-actions.js",
"method-invoker": "method-invoker.js",
"execute-process": "execute-process.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/asafyurdakul/node-red-trexmes-service.git"
},
"dependencies": {
"body-parser": "1.20.3",
"content-type": "1.0.5",
"cookie": "0.7.2",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"express": "^4.18.2",
"hash-sum": "2.0.0",
"https-proxy-agent": "5.0.1",
"is-utf8": "0.2.1",
"multer": "1.4.5-lts.1",
"on-headers": "1.0.2",
"raw-body": "3.0.0"
}
}