diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b512c09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/package.json b/package.json index 9d70bf4..9f50bfa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rss-braider", - "version": "0.1.4", - "description": "Braid/aggregate RSS feeds into a single RSS (or JSON) document. Process resulting feed through specified plugins.", + "version": "0.1.5", + "description": "Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.", "main": "index.js", "repository": "https://github.com/KQED/rss-braider", "scripts": { @@ -11,15 +11,19 @@ "rss", "braider", "combiner", - "rss", + "aggregator", "json", + "xml", "feed", "feeds", + "feed builder", "syndicate", "syndication", "wordpress", "blogs", - "distribution" + "distribution", + "podcasts", + "atom" ], "bugs": { "url": "http://github.com/KQED/rss-braider/issues",