mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-02-11 07:19:17 +00:00
package.json cleanup
This commit is contained in:
parent
7a06953d25
commit
acb290dd13
12
package.json
12
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rss-braider",
|
"name": "rss-braider",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Braid/aggregate RSS feeds into a single RSS document. Configuration driven transformations.",
|
"description": "Braid/aggregate RSS feeds into a single RSS document. Configuration driven transformations.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://github.com/KQED/rss-braider",
|
"repository": "https://github.com/KQED/rss-braider",
|
||||||
@ -12,10 +12,10 @@
|
|||||||
"braider",
|
"braider",
|
||||||
"combiner"
|
"combiner"
|
||||||
],
|
],
|
||||||
"bugs" : {
|
"bugs": {
|
||||||
"url" : "http://github.com/KQED/rss-braider/issues",
|
"url": "http://github.com/KQED/rss-braider/issues",
|
||||||
"email" : "kgebhardt@kqed.org"
|
"email": "kgebhardt@kqed.org"
|
||||||
},
|
},
|
||||||
"author": "Kip Gebhardt <kgebhardt@kqed.org>",
|
"author": "Kip Gebhardt <kgebhardt@kqed.org>",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -31,4 +31,4 @@
|
|||||||
"tape": "^3.5.0",
|
"tape": "^3.5.0",
|
||||||
"mockdate": "^1.0.1"
|
"mockdate": "^1.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user