2014-12-23 23:39:57 +00:00
|
|
|
{
|
|
|
|
"name": "rss-braider",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Braid or aggregate RSS feeds into a single RSS document",
|
|
|
|
"main": "index.js",
|
2015-01-12 22:31:56 +00:00
|
|
|
"repository": "https://github.com/KQED/rss-braider",
|
2014-12-23 23:39:57 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "tape test"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"rss",
|
|
|
|
"braider",
|
|
|
|
"combiner"
|
|
|
|
],
|
2015-01-06 22:28:57 +00:00
|
|
|
"author": "Kip Gebhardt <kgebhardt@kqed.org>",
|
2014-12-23 23:39:57 +00:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"async": "^0.9.0",
|
|
|
|
"bunyan": "^1.2.3",
|
|
|
|
"feedparser": "^0.19.2",
|
2014-12-26 22:47:48 +00:00
|
|
|
"include-folder": "^0.7.0",
|
2014-12-23 23:39:57 +00:00
|
|
|
"lodash": "^2.4.1",
|
2014-12-26 22:47:48 +00:00
|
|
|
"mockdate": "^1.0.1",
|
|
|
|
"prova": "^2.1.1",
|
2014-12-23 23:39:57 +00:00
|
|
|
"request": "^2.51.0",
|
2015-01-12 22:31:56 +00:00
|
|
|
"rss": "git://github.com/rv-kip/node-rss.git#603b25",
|
2014-12-23 23:39:57 +00:00
|
|
|
"tape": "^3.0.3"
|
|
|
|
}
|
|
|
|
}
|