dbot/jsbot/package.json
Georg ac3d2761bc
PASS authentication and fixed PING-PONG
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-29 20:03:49 +02:00

30 lines
596 B
JSON

{
"name": "jsbot",
"version": "0.3.0",
"description": "It's a JS IRC library.",
"main": "jsbot.js",
"dependencies": {
"async": "~0.2.9",
"underscore": "~1.4.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/reality/jsbot.git"
},
"keywords": [
"irc",
"ssl",
"reality",
"dbot"
],
"author": "Luke Slater (reality) <tinmachin3@gmail.com>",
"license": "GPL",
"bugs": {
"url": "https://github.com/reality/jsbot/issues"
}
}