rss-braider/package.json

34 lines
837 B
JSON
Raw Normal View History

2014-12-23 23:39:57 +00:00
{
"name": "rss-braider",
2015-02-11 01:36:59 +00:00
"version": "0.1.0",
"description": "Braid/aggregate RSS feeds into a single RSS document. Configuration driven transformations.",
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",
"combiner"
],
2015-02-11 01:36:59 +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>",
2014-12-23 23:39:57 +00:00
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"bunyan": "^1.3.3",
2014-12-23 23:39:57 +00:00
"feedparser": "^0.19.2",
2014-12-26 22:47:48 +00:00
"include-folder": "^0.7.0",
"lodash": "^3.1.0",
"request": "^2.53.0",
2015-02-11 01:36:59 +00:00
"rss": "git://github.com/rv-kip/node-rss.git#86f2a74"
},
"devDependencies": {
"tape": "^3.5.0",
"mockdate": "^1.0.1"
2014-12-23 23:39:57 +00:00
}
}