node-soem
Version:
Simple Open EtherCAT Master for Node.JS.
27 lines (26 loc) • 597 B
JSON
{
"name": "node-soem",
"version": "0.1.5",
"description": "Simple Open EtherCAT Master for Node.JS.",
"main": "build/Release/node-soem",
"dependencies": {
"nan": "^2.2.0",
"node-gyp": "^3.3.0"
},
"devDependencies": {},
"scripts": {
"preinstall": ". scripts/preinstall.sh",
"install": "node-gyp rebuild",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ethercat",
"soem",
"automation",
"bus",
"protocol"
],
"author": "Stefan Pöter [stefan.poeter@cloud-automation.de]",
"license": "MIT",
"gypfile": true
}