mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-02-11 07:39:15 +00:00
More cleanup
This commit is contained in:
parent
212dacbb64
commit
8dcca51955
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
node_modules
|
12
package.json
12
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",
|
||||
|
Loading…
Reference in New Issue
Block a user