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