dmx
Version:
A nodejs DMX library
25 lines (24 loc) • 491 B
JSON
{
"name": "dmx",
"version": "0.25.1",
"author": "Sebastian Wiedenroth <wiedi@frubar.net>",
"description": "A nodejs DMX library",
"url": "https://github.com/node-dmx/dmx",
"repository": {
"type": "git",
"url": "https://github.com/node-dmx/dmx.git"
},
"keywords": [
"DMX",
"light control"
],
"dependencies": {
"sacn": "^3.2.1",
"serialport": "^11.0.1",
"socket.io": "^4.8.1"
},
"license": "MIT",
"engines": {
"node": ">=10.0.0"
}
}