rss-braider/package.json

28 lines
665 B
JSON

{
"name": "rss-braider",
"version": "0.0.1",
"description": "Braid or aggregate RSS feeds into a single RSS document",
"main": "index.js",
"repository": "https://github.com/KQED/rss-braider",
"scripts": {
"test": "tape test"
},
"keywords": [
"rss",
"braider",
"combiner"
],
"author": "Kip Gebhardt <kgebhardt@kqed.org>",
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"bunyan": "^1.2.3",
"feedparser": "^0.19.2",
"include-folder": "^0.7.0",
"lodash": "^2.4.1",
"mockdate": "^1.0.1",
"request": "^2.51.0",
"rss": "git://github.com/rv-kip/node-rss.git#603b25",
"tape": "^3.0.3"
}
}