vytronics.hmi
Version:
Vytronics HMI server. Core components Vytronics HMI - The 100% Free, Open-Source, SCADA/HMI Initiative
30 lines (29 loc) • 972 B
JSON
{
"name": "vytronics.hmi",
"version": "0.1.3",
"description": "Vytronics HMI server. Core components Vytronics HMI - The 100% Free, Open-Source, SCADA/HMI Initiative",
"keywords": ["SCADA", "HMI", "DCS", "industrial controls", "LCP",
"Local Control Panel", "Vytronics"],
"author": {
"name" : "Chuck Weissman",
"email" : "support@vytronics.com",
"url" : "http://www.vytronics.com/"
},
"homepage": "http://www.vytronics.com",
"license": "AGPL-3.0",
"main": "./lib/server.js",
"repository": {
"type": "git",
"url": "https://github.com/vytronics/vytronics.hmi.git"
},
"bugs": {
"url" : "http://github.com/vytronics/vytronics.hmi/issues",
"email" : "support@vytronics.com"
},
"dependencies": {
"express": "~3.2.4",
"socket.io": "~1.0.6",
"log4js": "~0.6.14",
"js-yaml": "~3.1.0"
}
}