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

View file

@ -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"