sans-bot/package.json

15 lines
281 B
JSON

{
"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": "",
"license": "ISC",
"dependencies": {
"irc": "^0.5.2"
}
}