2014-12-23 23:39:57 +00:00
|
|
|
{
|
|
|
|
"name": "rss-braider",
|
2017-07-19 00:26:12 +00:00
|
|
|
"version": "1.2.2",
|
2015-05-29 18:40:33 +00:00
|
|
|
"description": "Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.",
|
2014-12-23 23:39:57 +00:00
|
|
|
"main": "index.js",
|
2017-07-19 00:26:12 +00:00
|
|
|
"repository": "https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
|
2014-12-23 23:39:57 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "tape test"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"rss",
|
|
|
|
"braider",
|
2015-05-29 01:02:14 +00:00
|
|
|
"combiner",
|
2015-05-29 18:40:33 +00:00
|
|
|
"aggregator",
|
2015-05-29 00:57:33 +00:00
|
|
|
"json",
|
2015-05-29 18:40:33 +00:00
|
|
|
"xml",
|
2015-05-29 00:57:33 +00:00
|
|
|
"feed",
|
|
|
|
"feeds",
|
2015-05-29 18:40:33 +00:00
|
|
|
"feed builder",
|
2015-05-29 00:57:33 +00:00
|
|
|
"syndicate",
|
|
|
|
"syndication",
|
|
|
|
"wordpress",
|
|
|
|
"blogs",
|
2015-05-29 18:40:33 +00:00
|
|
|
"distribution",
|
|
|
|
"podcasts",
|
|
|
|
"atom"
|
2014-12-23 23:39:57 +00:00
|
|
|
],
|
2015-05-29 00:45:32 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "http://github.com/KQED/rss-braider/issues",
|
|
|
|
"email": "kgebhardt@kqed.org"
|
|
|
|
},
|
2015-01-06 22:28:57 +00:00
|
|
|
"author": "Kip Gebhardt <kgebhardt@kqed.org>",
|
2015-05-29 00:57:33 +00:00
|
|
|
"license": "MIT",
|
2014-12-23 23:39:57 +00:00
|
|
|
"dependencies": {
|
2017-02-20 22:49:12 +00:00
|
|
|
"async": "^2.1.5",
|
2015-06-12 22:04:23 +00:00
|
|
|
"bunyan": "^1.4.0",
|
2017-02-20 22:49:12 +00:00
|
|
|
"feedparser": "^2.1.0",
|
|
|
|
"include-folder": "^1.0.0",
|
|
|
|
"lodash": "^4.17.4",
|
2015-06-12 22:04:23 +00:00
|
|
|
"request": "^2.57.0",
|
2017-07-18 23:57:28 +00:00
|
|
|
"rss": "^1.2.2"
|
2015-02-11 01:36:59 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-02-20 22:49:12 +00:00
|
|
|
"mockdate": "^2.0.1",
|
2015-06-11 21:28:57 +00:00
|
|
|
"tape": "^4.0.0"
|
2014-12-23 23:39:57 +00:00
|
|
|
}
|
2015-05-29 00:45:32 +00:00
|
|
|
}
|