eyearesee-client
Version:
irc client for use in eyearesee
39 lines (38 loc) • 841 B
JSON
{
"name": "eyearesee-client",
"version": "1.5.1",
"description": "irc client for use in eyearesee",
"main": "index.js",
"scripts": {
"pretest": "lintit",
"test": "tap test/*.js --cov"
},
"dependencies": {
"debug": "~2.2.0",
"irc-replies": "~2.0.1",
"keytar": "~3.0.0",
"map-util": "~2.1.1"
},
"devDependencies": {
"lintit": "~1.0.1",
"tap": "~5.0.0"
},
"license": "MIT",
"author": "Evan Lucas <evanlucas@me.com>",
"repository": {
"type": "git",
"url": "https://github.com/evanlucas/eyearesee-client"
},
"keywords": [
"irc",
"irc-client",
"connection",
"channel",
"client",
"internet relay chat"
],
"homepage": "https://github.com/evanlucas/eyearesee-client",
"bugs": {
"url": "https://github.com/evanlucas/eyearesee-client/issues"
}
}