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 c9ddefc50e63f9883e4e1a04511ad4416ad0b18c
parent 33d3d6c16fd2598c9cfba74fce38bb62a4a6dfae
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sat, 11 Feb 2017 13:34:57 +0100

Merge pull request #71 from MTRNord/greenkeeper/initial

Update dependencies to enable Greenkeeper 🌴
Diffstat:
MREADME.md | 2++
Mpackage.json | 6+++---
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,8 @@ [![Code Climate](https://codeclimate.com/github/MTRNord/nordlab-hackerspace-door/badges/gpa.svg)](https://codeclimate.com/github/MTRNord/nordlab-hackerspace-door) Nordlab Bot =========== + +[![Greenkeeper badge](https://badges.greenkeeper.io/MTRNord/nordlab-hackerspace-door.svg)](https://greenkeeper.io/) Modular parser for the hackerspace door status with handlers for multiple services and IRC Bot for the Nordlab e.V. How to install diff --git a/package.json b/package.json @@ -25,7 +25,7 @@ "dependencies": { "async": "^2.1.2", "botanio": "0.0.6", - "curlrequest": "^0.5.7", + "curlrequest": "^1.0.1", "express": "^4.14.1", "irc": "^0.5.0", "jsonfile": "^2.4.0", @@ -34,7 +34,7 @@ "node-telegram-bot-api": "^0.27.0", "request": "^2.75.0", "simple-git": "^1.55.0", - "slackbots": "^0.5.3", + "slackbots": "^1.0.2", "string": "^3.3.3", "yargs": "^6.6.0" }, @@ -42,7 +42,7 @@ "private": true, "license": "SEE LICENSE IN LICENSE.md", "optionalDependencies": { - "yuidocjs": "^0.9.0" + "yuidocjs": "^0.10.2" }, "devDependencies": { "request-debug": "^0.2.0"