node-ads-api
Version:
NodeJS Twincat ADS protocol implementation
33 lines (32 loc) • 548 B
JSON
{
"name": "node-ads-api",
"version": "1.4.17",
"description": "NodeJS Twincat ADS protocol implementation",
"main": "lib/ads.js",
"keywords": [
"twincat",
"plc",
"sps",
"ads",
"beckhoff",
"protocol",
"api"
],
"engines": {
"node": ">=0.10"
},
"author": "Chris Traeger",
"licenses": [
{
"type": "MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/PLCHome/node-ads-api.git"
},
"dependencies": {
"debug": "^3.1.0",
"safe-buffer": "^5.1.1"
}
}