Update repo url and dependency

This commit is contained in:
Frédéric Bolvin 2019-01-14 17:37:44 +01:00 committed by GitHub
parent 956f867202
commit 8f0825dbee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"author": "Sebastian Wiedenroth <wiedi@frubar.net>",
"description": "DMX webservice and web ui powered by node-dmx",
"url": "https://github.com/node-dmx/node-dmx-web",
"url": "https://github.com/node-dmx/dmx-web",
"bin": {
"dmx-web": "./dmx-web.js"
},
@ -12,14 +12,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/node-dmx/node-dmx-web.git"
"url": "https://github.com/node-dmx/dmx-web.git"
},
"keywords": [
"DMX",
"light control"
],
"dependencies": {
"@node-dmx/dmx-library": "^0.2.0",
"dmx": "^0.2.0",
"commander": "^2.12.2",
"express": "^4.16.2",
"socket.io": "^2.0.4"