1
0
Fork 0
mirror of https://github.com/moritzruth/node-enttec-open-dmx-usb.git synced 2025-04-21 07:41:22 +02:00
node-enttec-open-dmx-usb/package.json
Moritz Ruth 0f2edc5c7c
v1.0.0
2019-12-26 15:45:04 +01:00

22 lines
583 B
JSON

{
"name": "enttec-open-dmx-usb",
"version": "1.0.0",
"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"
}
}