mirror of
https://github.com/moritzruth/node-enttec-open-dmx-usb.git
synced 2025-04-21 07:41:22 +02:00
22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"name": "enttec-open-dmx-usb",
|
|
"version": "1.0.1",
|
|
"description": "A Node.js library for sending DMX data through the Enttec Open DMX USB Interface",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"repository": "https://github.com/moritzruth/node-enttec-open-dmx-usb.git",
|
|
"author": "Moritz Ruth <dev@moritz-ruth.de>",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"lodash": "^4.17.15",
|
|
"serialport": "^8.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@moritzruth/eslint-config": "^1.0.6",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|