{ "author": { "name": "Trygve Laugstøl", "email": "trygvis@inamo.no", "url": "https://github.com/trygvis" }, "name": "dynobot-irc", "description": "IRC bot based on the dynobot experiment.", "keywords": [ "irc", "chat" ], "version": "0.0.1", "main": "main.js", "engines": { "node": ">=0.4.7" }, "dependencies": { "blindparser": "0.0.13", "cmdopt": "0.2.0", "cron": "~0.3.2", "date": "1.0.2", "dynobot": "https://github.com/einaros/dynobot/tarball/master", "fs-watch-tree": "~0.2.0" "getit": "~0.1.7", "irc.js": "0.1.0", "mocha": "~1.0.3", "tinycolor": "0.0.1", "underscore": "1.3.3", }, "devDependencies": {}, "optionalDependencies": {}, "licenses": [ { "type": "Apache Software License, version 2", "url": "http://apache.org/licenses/LICENSE-2.0" } ] }