rss-braider/package.json

26 lines
532 B
JSON
Raw Normal View History

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",
"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"
}
}