diff options
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 948dea7..4a8d8fc 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "email": "trygvis@inamo.no", "url": "https://github.com/trygvis" }, - "name": "arktekk-irc-client", - "description": "Arktekk's IRC client", + "name": "dynobot-irc", + "description": "IRC bot based on the dynobot experiment.", "keywords": [ "irc", "chat" @@ -23,9 +23,9 @@ "dynobot": "https://github.com/einaros/dynobot/tarball/master", "getit": "~0.1.7", "mocha": "~1.0.3", - "node-irc": "https://github.com/einaros/node-irc/tarball/master", - "tinycolor": "0.0.1" - "underscore": "1.3.3", + "irc.js": "0.1.0", + "tinycolor": "0.0.1", + "underscore": "1.3.3" }, "devDependencies": {}, "optionalDependencies": {}, |