mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-02-11 13:19:16 +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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user