mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-01-11 05:55:07 +00:00
34 lines
837 B
JSON
34 lines
837 B
JSON
{
|
|
"name": "rss-braider",
|
|
"version": "0.1.0",
|
|
"description": "Braid/aggregate RSS feeds into a single RSS document. Configuration driven transformations.",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/KQED/rss-braider",
|
|
"scripts": {
|
|
"test": "tape test"
|
|
},
|
|
"keywords": [
|
|
"rss",
|
|
"braider",
|
|
"combiner"
|
|
],
|
|
"bugs" : {
|
|
"url" : "http://github.com/KQED/rss-braider/issues",
|
|
"email" : "kgebhardt@kqed.org"
|
|
},
|
|
"author": "Kip Gebhardt <kgebhardt@kqed.org>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"async": "^0.9.0",
|
|
"bunyan": "^1.3.3",
|
|
"feedparser": "^0.19.2",
|
|
"include-folder": "^0.7.0",
|
|
"lodash": "^3.1.0",
|
|
"request": "^2.53.0",
|
|
"rss": "git://github.com/rv-kip/node-rss.git#86f2a74"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "^3.5.0",
|
|
"mockdate": "^1.0.1"
|
|
}
|
|
} |