mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-01-27 14:46:17 +00:00
26 lines
532 B
JSON
26 lines
532 B
JSON
|
{
|
||
|
"name": "rss-braider",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Braid or aggregate RSS feeds into a single RSS document",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "tape test"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"rss",
|
||
|
"braider",
|
||
|
"combiner"
|
||
|
],
|
||
|
"author": "Kip Gebhardt <kgebhardt23@gmail.com>",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"async": "^0.9.0",
|
||
|
"bunyan": "^1.2.3",
|
||
|
"feedparser": "^0.19.2",
|
||
|
"lodash": "^2.4.1",
|
||
|
"request": "^2.51.0",
|
||
|
"rss": "rv-kip/node-rss.git",
|
||
|
"tape": "^3.0.3"
|
||
|
}
|
||
|
}
|