{ "name": "rss-braider", "version": "1.0.0", "description": "Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/KQED/rss-braider" }, "scripts": { "test": "tape test" }, "keywords": [ "rss", "braider", "combiner", "aggregator", "json", "xml", "feed", "feeds", "feed builder", "syndicate", "syndication", "wordpress", "blogs", "distribution", "podcasts", "atom" ], "bugs": { "url": "http://github.com/KQED/rss-braider/issues", "email": "kgebhardt@kqed.org" }, "author": { "name": "Kip Gebhardt", "email": "kgebhardt@kqed.org" }, "license": "MIT", "dependencies": { "async": "^1.2.1", "bunyan": "^1.4.0", "feedparser": "^1.1.3", "include-folder": "^0.9.0", "lodash": "^3.9.3", "request": "^2.57.0", "rss": "git://github.com/rv-kip/node-rss.git#8d1420" }, "devDependencies": { "mockdate": "^1.0.3", "tape": "^4.0.0" }, "gitHead": "755970200088eab93a8a8ae15b47a11b9fbb5880", "homepage": "https://github.com/KQED/rss-braider", "_id": "rss-braider@1.0.0", "_shasum": "1ea5ddf8d39151728a5a039af5b0c3407f3e464b", "_from": "rss-braider@*", "_npmVersion": "2.7.6", "_nodeVersion": "0.10.38", "_npmUser": { "name": "rv-kip", "email": "kgebhardt23@gmail.com" }, "maintainers": [ { "name": "rv-kip", "email": "kgebhardt23@gmail.com" } ], "dist": { "shasum": "1ea5ddf8d39151728a5a039af5b0c3407f3e464b", "tarball": "http://registry.npmjs.org/rss-braider/-/rss-braider-1.0.0.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/rss-braider/-/rss-braider-1.0.0.tgz" }