mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-01-10 21:05:09 +00:00
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "rss-braider",
|
|
"version": "1.2.2",
|
|
"description": "Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.",
|
|
"main": "index.js",
|
|
"repository": "https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
|
|
"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": "Kip Gebhardt <kgebhardt@kqed.org>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^2.1.5",
|
|
"bunyan": "^1.4.0",
|
|
"feedparser": "^2.1.0",
|
|
"include-folder": "^1.0.0",
|
|
"lodash": "^4.17.4",
|
|
"request": "^2.57.0",
|
|
"rss": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"mockdate": "^2.0.1",
|
|
"tape": "^4.0.0"
|
|
}
|
|
}
|