Add logger (with RS archiving)

This commit is contained in:
2015-06-28 02:39:51 +01:00
parent 3c1455a587
commit ab4d3b68a4
3 changed files with 27 additions and 13 deletions

View File

@@ -1,8 +1,11 @@
{
"name": "hal8000",
"version": "0.1.0",
"version": "0.3.0",
"private": true,
"author": "Sebastian Kippe <sebastian@kip.pe>",
"authors": [
"Sebastian Kippe <sebastian@kip.pe>",
"Greg Karékinian <greg@karekinian.com"
],
"description": "Heuristically programmed ALgorithmic computer",
"dependencies": {
"cheerio": "0.19.0",
@@ -15,12 +18,14 @@
"hubot-plusplus": "^1.1.5",
"hubot-read-tweet": "0.0.2",
"hubot-redis-brain": "0.0.2",
"hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-seen": "https://github.com/67P/hubot-seen.git#fix_debug",
"hubot-shipit": "^0.2.0",
"hubot-tell": "^1.2.3",
"hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git",
"hubot-logger": "../hubot-logger/",
"hubot-logger": "67P/hubot-logger#remotestorage",
"request": "2.30.0"
},
"engines": {