irc2
Version:
Fast, functional IRC library
33 lines (32 loc) • 662 B
JSON
{
"name": "irc2",
"version": "0.0.1-empty",
"description": "Fast, functional IRC library",
"main": "index.js",
"scripts": {
"test": "./node_modules/lab/bin/lab -c"
},
"repository": {
"type": "git",
"url": "https://github.com/expr/node-irc2.git"
},
"keywords": [
"irc",
"client",
"ircv3",
"chat"
],
"author": "Fionn Kelleher <me@fionn.co>",
"license": "BSD",
"bugs": {
"url": "https://github.com/expr/node-irc2/issues"
},
"homepage": "https://github.com/expr/node-irc2",
"dependencies": {
"irc-message-stream": "^1.0.0",
"joi": "^2.9.0"
},
"devDependencies": {
"lab": "^3.0.0"
}
}