irc-historian
Version:
An IRC history bot.
28 lines (27 loc) • 500 B
JSON
{
"name": "irc-historian",
"version": "0.1.1",
"description": "An IRC history bot.",
"repository": {
"type": "git",
"url": "https://github.com/kkoenig/irc-historian.git"
},
"main": "historian.js",
"keywords": [
"irc",
"history",
"bot",
"historian"
],
"author": "kkoenig",
"license": "MIT",
"bin": {
"historian": "historian.js"
},
"dependencies": {
"CBuffer": "^0.1.4",
"irc": "^0.3.7",
"moment": "^2.7.0",
"yargs": "^1.2.6"
}
}