{
  "name": "@rakh/rss-braider",
  "version": "1.2.4",
  "description": "Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.",
  "main": "index.js",
  "scripts": {
    "test": "tape test"
  },
  "keywords": [
    "rss",
    "braider",
    "combiner",
    "aggregator",
    "json",
    "xml",
    "feed",
    "feeds",
    "feed builder",
    "syndicate",
    "syndication",
    "wordpress",
    "blogs",
    "distribution",
    "podcasts",
    "atom"
  ],
  "author": "Kip Gebhardt <kgebhardt23@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "async": "^2.6.1",
    "bunyan": "^1.8.12",
    "feedparser": "^2.2.4",
    "include-folder": "^1.0.0",
    "lodash": "^4.17.10",
    "request": "^2.87.0",
    "rss": "^1.2.2"
  },
  "devDependencies": {
    "mockdate": "^2.0.1",
    "tape": "^4.9.1"
  }
}
