diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-04 13:14:23 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-04 13:14:23 +0200 |
commit | 670e34afab386e348e8eb29794def1b511491dea (patch) | |
tree | f952898822ae673eeeca584eca51a53d55e5cc8e | |
parent | dff4a1ffd7cf9ca3097ea0227a82d18184bbca25 (diff) | |
download | dynobot-irc-670e34afab386e348e8eb29794def1b511491dea.tar.gz dynobot-irc-670e34afab386e348e8eb29794def1b511491dea.tar.bz2 dynobot-irc-670e34afab386e348e8eb29794def1b511491dea.tar.xz dynobot-irc-670e34afab386e348e8eb29794def1b511491dea.zip |
o Updated package.json.
-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": {}, |