diff --git a/package.json b/package.json index a1dfa97b..765a797a 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,11 @@ "licenses" : [ { "type" : "GPL", "url" : "http://github.com/martynsmith/node-irc/raw/master/COPYING" - } ] + } ], + "dependencies": { + "ansi-color" : "0.2.1" + }, + "devDependencies": { + "should": "1.2.2" + } }