UNPKG

dmx-web

Version:

DMX webservice and web ui powered by node-dmx

29 lines (28 loc) 599 B
{ "name": "dmx-web", "version": "1.25.0", "author": "Sebastian Wiedenroth <wiedi@frubar.net>", "description": "DMX webservice and web ui powered by node-dmx", "url": "https://github.com/node-dmx/dmx-web", "bin": { "dmx-web": "./dmx-web.js" }, "repository": { "type": "git", "url": "https://github.com/node-dmx/dmx-web.git" }, "keywords": [ "DMX", "light control" ], "dependencies": { "dmx": "^0.25.0", "commander": "^10.0.1", "express": "^4.20.0", "socket.io": "^4.8.1" }, "license": "MIT", "engines": { "node": ">=14.0.0" } }