blob: 3f0f1d195195b8439806e87d893407c7bb3912bb (
plain) (
tree)
|
|
{
"name": "blotbotboot",
"version": "1.0.0",
"description": "small and mostly silent irc bot",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "elioat",
"license": "UNLICENSE",
"dependencies": {
"irc": "^0.5.2"
}
}
|