mcprotocol
Version:
Routine to communicate with Mitsubishi FX3U PLCs
30 lines (29 loc) • 639 B
JSON
{
"name": "mcprotocol",
"description": "Routine to communicate with Mitsubishi FX3U PLCs",
"version": "0.1.2",
"author": {
"name": "Dana Moffit",
"email": "nodejsplc@gmail.com"
},
"keywords": [
"MC",
"FX3U",
"PLC",
"Mitsubishi"
],
"repository": {
"type": "git",
"url": "https://github.com/plcpeople/mcprotocol"
},
"main": "mcprotocol.js",
"dependencies": {
"underscore": "^1.13.1"
},
"engine": "node 0.10.x",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/plcpeople/mcprotocol/issues"
},
"homepage": "https://github.com/plcpeople/mcprotocol"
}