UNPKG

@halkeye/hubot-rss-reader

Version:
52 lines (51 loc) 1.13 kB
{ "name": "@halkeye/hubot-rss-reader", "private": false, "version": "0.9.5", "description": "Hubot RSS Reader", "main": "index.js", "scripts": { "test": "mocha" }, "files": [ "History.txt", "index.js", "libs", "scripts" ], "keywords": [ "hubot", "rss", "feed" ], "author": "Gavin Mogan <npm@gavinmogan.com>", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/halkeye/hubot-rss-reader.git" }, "bugs": { "url": "https://github.com/halkeye/hubot-rss-reader/issues" }, "homepage": "https://github.com/halkeye/hubot-rss-reader", "dependencies": { "cheerio": "^0.22.0", "debug": "^4.1.1", "feedparser": "^2.2.9", "find-rss": "^1.6.4", "html-entities": "^1.2.1", "iconv": "^2.3.4", "irc-colors": "^1.5.0", "request": "^2.88.0" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.18.2", "hubot-test-helper": "^1.9.0", "mocha": "^6.2.0", "nock": "^10.0.6", "np": "^5.0.3", "should": "^13.2.3" } }