dmx
Version:
A nodejs DMX library
35 lines (34 loc) • 767 B
JSON
{
"name": "dmx",
"version": "0.2.5",
"author": "Sebastian Wiedenroth <wiedi@frubar.net>",
"description": "A nodejs DMX library",
"url": "https://github.com/node-dmx/dmx",
"scripts": {
"test": "concurrently 'npm run eslint' 'npm run jest'",
"eslint": "node_modules/eslint/bin/eslint.js -c .eslintrc .",
"jest": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/node-dmx/dmx.git"
},
"keywords": [
"DMX",
"light control"
],
"dependencies": {
"serialport": "^8.0.5",
"socket.io": "^2.3.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"concurrently": "^4.1.0",
"eslint": "^5.0.1",
"jest": "^24.1.0"
},
"license": "MIT",
"engines": {
"node": ">=10.0.0"
}
}