rss-braider/package.json

48 lines
1.0 KiB
JSON
Raw Normal View History

2014-12-23 23:39:57 +00:00
{
"name": "rss-braider",
2015-05-29 18:40:33 +00:00
"version": "0.1.5",
"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",
"repository": "https://github.com/KQED/rss-braider",
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",
"json",
2015-05-29 18:40:33 +00:00
"xml",
"feed",
"feeds",
2015-05-29 18:40:33 +00:00
"feed builder",
"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>",
"license": "MIT",
2014-12-23 23:39:57 +00:00
"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"
2015-02-11 01:36:59 +00:00
},
"devDependencies": {
"mockdate": "^1.0.3",
"tape": "^4.0.0"
2014-12-23 23:39:57 +00:00
}
2015-05-29 00:45:32 +00:00
}