2013-11-16 16:35:17 +00:00
|
|
|
{
|
2018-12-19 19:24:06 +00:00
|
|
|
"name": "dmx",
|
|
|
|
"version": "0.2.0",
|
|
|
|
"author": "Sebastian Wiedenroth <wiedi@frubar.net>",
|
|
|
|
"description": "DMX library and webservice",
|
|
|
|
"url": "https://github.com/wiedi/node-dmx",
|
|
|
|
"bin": {
|
|
|
|
"dmx-web": "./dmx.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "node_modules/eslint/bin/eslint.js -c .eslintrc .; exit 0"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/wiedi/node-dmx.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"DMX",
|
|
|
|
"light control"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.5.2",
|
|
|
|
"commander": "^2.12.2",
|
|
|
|
"express": "^4.16.2",
|
|
|
|
"serialport": "^6.0.4",
|
|
|
|
"socket.io": "^2.0.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"eslint": "^5.0.1"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
}
|
2016-06-06 19:56:46 +00:00
|
|
|
}
|