{ "name": "dmx", "version": "0.0.1", "author": "Sebastian Wiedenroth ", "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": "2.0.x", "socket.io": "0.9.x", "connect": "2.11.x", "express": "3.4.x", "commander": "2.0.x" }, "licenses": [ { "name": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ] }