UNPKG

coffea

Version:

event based and extensible nodejs irc client library with multi-network support

52 lines (51 loc) 1.33 kB
{ "name": "coffea", "version": "0.4.29", "description": "event based and extensible nodejs irc client library with multi-network support", "author": "Caffeinery Developers <daniel.bugl@touchlay.com>", "repository": { "type": "git", "url": "https://github.com/caffeinery/coffea.git" }, "keywords": [ "node-irc", "nodejs irc", "irc", "irc client", "irc library", "irc client library", "irc3", "ircv3", "library", "chat", "multi-network", "event-based", "events", "coffeehouse", "extensible", "plugins" ], "bugs": { "url": "https://github.com/caffeinery/coffea/issues" }, "dependencies": { "debug": "^2.2.0", "eventemitter3": "1.1.x", "irc-replies": "2.0.x", "limiter": "1.0.x", "linewise": "0.0.3", "lodash": "3.10.x" }, "devDependencies": { "mocha": "2.2.x", "should": "7.0.x", "istanbul": "0.3.x", "coveralls": "2.11.x" }, "engine": "node >= 0.10.0", "scripts": { "test": "mocha --require should --reporter spec test/*", "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test/* && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "license": "BSD-2-Clause" }