36 lines
840 B
JSON
36 lines
840 B
JSON
{
|
|
"name": "dmx-web",
|
|
"version": "1.0.1",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/eslint/bin/eslint.js -c .eslintrc .; exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-dmx/dmx-web.git"
|
|
},
|
|
"keywords": [
|
|
"DMX",
|
|
"light control"
|
|
],
|
|
"dependencies": {
|
|
"commander": "^2.12.2",
|
|
"dmx": "^0.2.0",
|
|
"express": "^4.16.2",
|
|
"socket.io": "^2.0.4",
|
|
"socket.io-client": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.0.1"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
}
|