@frangoteam/fuxa
Version:
Web-based Process Visualization (SCADA/HMI/Dashboard) software
62 lines (61 loc) • 1.38 kB
JSON
{
"name": "@frangoteam/fuxa",
"version": "1.1.7",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js"
},
"bin": {
"fuxa": "./main.js"
},
"author": "frangoteam <4frango@gmail.com>",
"license": "MIT",
"keywords": [
"web-scada",
"dashboard",
"web-hmi",
"iot",
"svg-editor",
"plc",
"opcua",
"opc-ua",
"siemens",
"s7",
"modbus",
"bacnet",
"mqtt"
],
"repository": {
"type": "git",
"url": "https://github.com/frangoteam/FUXA.git"
},
"dependencies": {
"@inmation/inmation-api-client": "^1.7.11",
"@types/socket.io": "^2.1.2",
"app-root-path": "2.2.1",
"async": "3.2.3",
"axios": "0.21.4",
"bcryptjs": "2.4.3",
"bluebird": "3.7.2",
"body-parser": "1.20.0",
"express": "4.16.4",
"express-rate-limit": "5.5.1",
"fs-extra": "^7.0.1",
"ip": "^1.1.5",
"jsonwebtoken": "^8.5.1",
"live-plugin-manager": "^0.15.1",
"morgan": "1.10.0",
"mqtt": "4.3.7",
"node-bacnet": "^0.2.4",
"node-opcua": "2.68.0",
"node-snap7": "1.0.6",
"nodemailer": "6.7.4",
"nopt": "5.0.0",
"socket.io": "2.4.1",
"sqlite3": "5.0.3",
"winston": "3.7.2"
},
"devDependencies": {}
}