freifunk-bot

Modular parser for the hackerspace door status with handlers for multiple services
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.git
Log | Files | Refs | README | LICENSE

commit ee5c014b2fc258d7885fe04c5154fb4a27942583
parent caf71ca970c7c99021f6502bbbb56ff5825122be
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu,  5 May 2016 02:10:26 +0200

Try fixing Botan

Diffstat:
Mpackage.json | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package.json b/package.json @@ -21,20 +21,20 @@ ], "dependencies": { "botanio": "0.0.6", - "curlrequest": "*", + "curlrequest": "^0.5.4", "ent": "git+https://github.com/substack/node-ent.git", "express": "^4.13.4", "filecache": "^0.2.1", "html-entities": "^1.2.0", - "irc": "0.4.0", + "irc": "0.5.0", "jsonfile": "^2.3.0", - "node-schedule": "*", + "node-schedule": "^1.0.0", "node-telegram-bot-api": "^0.21.1", - "request": "*", - "simple-git": "^1.31.0", + "request": "^2.67.0", + "simple-git": "^1.21.0", "slackbots": "^0.5.1", "string": "^3.3.1", - "yargs": "^4.3.2" + "yargs": "^4.1.0" }, "preferGlobal": false, "private": true,