More cleanup

This commit is contained in:
Kip Gebhardt 2015-05-29 11:40:33 -07:00
parent 212dacbb64
commit 8dcca51955
2 changed files with 9 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

View File

@ -1,7 +1,7 @@
{ {
"name": "rss-braider", "name": "rss-braider",
"version": "0.1.4", "version": "0.1.5",
"description": "Braid/aggregate RSS feeds into a single RSS (or JSON) document. Process resulting feed through specified plugins.", "description": "Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/KQED/rss-braider", "repository": "https://github.com/KQED/rss-braider",
"scripts": { "scripts": {
@ -11,15 +11,19 @@
"rss", "rss",
"braider", "braider",
"combiner", "combiner",
"rss", "aggregator",
"json", "json",
"xml",
"feed", "feed",
"feeds", "feeds",
"feed builder",
"syndicate", "syndicate",
"syndication", "syndication",
"wordpress", "wordpress",
"blogs", "blogs",
"distribution" "distribution",
"podcasts",
"atom"
], ],
"bugs": { "bugs": {
"url": "http://github.com/KQED/rss-braider/issues", "url": "http://github.com/KQED/rss-braider/issues",