rss-braider/package.json

44 lines
991 B
JSON
Raw Normal View History

2014-12-23 23:39:57 +00:00
{
"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.",
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",
"rss",
"json",
"feed",
"feeds",
"syndicate",
"syndication",
"wordpress",
"blogs",
"distribution"
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": {
"tape": "^4.0.0",
"mockdate": "^1.0.3"
2014-12-23 23:39:57 +00:00
}
2015-05-29 00:45:32 +00:00
}