diff --git a/package.json b/package.json index 1e7b937..853f081 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "author": "Sebastian Wiedenroth ", "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"