irc-bot/package.json

30 lines
603 B
JSON
Raw Normal View History

2018-07-13 22:37:54 +00:00
{
"name": "irc-bot",
"version": "1.0.0",
"description": "aewens's IRC bot for irc.tilde.team",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@tilde.team:aewens/irc-bot.git"
},
"keywords": [
"irc",
"bot",
"aewens"
],
"author": "aewens",
"license": "BSD-3-Clause",
"dependencies": {
2018-07-26 19:41:19 +00:00
"axios": "^0.18.0",
2018-07-24 02:52:19 +00:00
"feedparser": "^2.2.9",
2018-07-13 22:37:54 +00:00
"irc": "^0.5.2",
"nodemailer": "^4.6.7",
2018-07-24 02:52:19 +00:00
"pushbullet": "^2.2.0",
"request": "^2.87.0"
2018-07-13 22:37:54 +00:00
}
}