summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-06-04 00:08:25 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-06-04 00:08:25 +0200
commit18c5b3ceac115200f994c440b78ceccda9a9862d (patch)
treea406719d5b1d59993df805d6668baa7dca9ba240 /package.json
parent1886a4eae42d0c76a2405b75170daa1ed8251227 (diff)
downloaddynobot-irc-18c5b3ceac115200f994c440b78ceccda9a9862d.tar.gz
dynobot-irc-18c5b3ceac115200f994c440b78ceccda9a9862d.tar.bz2
dynobot-irc-18c5b3ceac115200f994c440b78ceccda9a9862d.tar.xz
dynobot-irc-18c5b3ceac115200f994c440b78ceccda9a9862d.zip
wip
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index d45104d..948dea7 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"email": "trygvis@inamo.no",
"url": "https://github.com/trygvis"
},
- "name": "bitraf-irc-client",
- "description": "Bitraf's IRC client",
+ "name": "arktekk-irc-client",
+ "description": "Arktekk's IRC client",
"keywords": [
"irc",
"chat"
@@ -16,13 +16,15 @@
"node": ">=0.4.7"
},
"dependencies": {
- "blindparser": "0.0.13"
+ "blindparser": "0.0.13",
"cmdopt": "0.2.0",
"cron": "~0.3.2",
"date": "1.0.2",
+ "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",
},
"devDependencies": {},