Update repo url and dependency
This commit is contained in:
parent
956f867202
commit
8f0825dbee
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue