2013-11-16 16:35:17 +00:00
|
|
|
{
|
2013-11-17 16:45:53 +00:00
|
|
|
"name": "dmx",
|
2016-10-12 15:27:22 +00:00
|
|
|
"version": "0.0.4",
|
2013-11-17 16:45:53 +00:00
|
|
|
"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": {
|
2016-06-09 13:02:56 +00:00
|
|
|
"serialport": "2.1.x",
|
2016-04-09 16:08:19 +00:00
|
|
|
"socket.io": "0.9.x",
|
|
|
|
"connect": "2.11.x",
|
|
|
|
"express": "3.4.x",
|
|
|
|
"commander": "2.0.x"
|
2013-11-17 16:45:53 +00:00
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"name": "MIT",
|
|
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
|
|
}
|
|
|
|
]
|
2016-06-06 19:56:46 +00:00
|
|
|
}
|