mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-01-11 11:55:07 +00:00
44 lines
991 B
JSON
44 lines
991 B
JSON
{
|
|
"name": "rss-braider",
|
|
"version": "0.1.3",
|
|
"description": "Braid/aggregate RSS feeds into a single RSS (or JSON) document. Process resulting feed through specified plugins.",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/KQED/rss-braider",
|
|
"scripts": {
|
|
"test": "tape test"
|
|
},
|
|
"keywords": [
|
|
"rss",
|
|
"braider",
|
|
"combiner",
|
|
"rss",
|
|
"json",
|
|
"feed",
|
|
"feeds",
|
|
"syndicate",
|
|
"syndication",
|
|
"wordpress",
|
|
"blogs",
|
|
"distribution"
|
|
],
|
|
"bugs": {
|
|
"url": "http://github.com/KQED/rss-braider/issues",
|
|
"email": "kgebhardt@kqed.org"
|
|
},
|
|
"author": "Kip Gebhardt <kgebhardt@kqed.org>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^1.0.0",
|
|
"bunyan": "^1.3.5",
|
|
"feedparser": "^1.1.1",
|
|
"include-folder": "^0.9.0",
|
|
"lodash": "^3.9.3",
|
|
"request": "^2.56.0",
|
|
"rss": "git://github.com/rv-kip/node-rss.git#8d1420"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "^4.0.0",
|
|
"mockdate": "^1.0.3"
|
|
}
|
|
}
|