dmx-flok/package.json

33 lines
709 B
JSON

{
"name": "dmx",
"version": "0.0.6",
"author": "Sebastian Wiedenroth <wiedi@frubar.net>",
"description": "DMX library and webservice",
"url": "https://github.com/wiedi/node-dmx",
"main": "dmx.js",
"bin": {
"dmx-web": "./dmx-web.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wiedi/node-dmx.git"
},
"keywords": [
"DMX",
"light control"
],
"dependencies": {
"serialport": "^6.0.4",
"socket.io": "^2.0.4",
"express": "^4.16.2",
"body-parser": "^1.5.2",
"commander": "^2.12.2"
},
"licenses": [
{
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}