package.json cleanup

This commit is contained in:
Kip Gebhardt 2015-05-28 17:45:32 -07:00
parent 7a06953d25
commit acb290dd13

View File

@ -1,6 +1,6 @@
{
"name": "rss-braider",
"version": "0.1.1",
"version": "0.1.2",
"description": "Braid/aggregate RSS feeds into a single RSS document. Configuration driven transformations.",
"main": "index.js",
"repository": "https://github.com/KQED/rss-braider",
@ -12,10 +12,10 @@
"braider",
"combiner"
],
"bugs" : {
"url" : "http://github.com/KQED/rss-braider/issues",
"email" : "kgebhardt@kqed.org"
},
"bugs": {
"url": "http://github.com/KQED/rss-braider/issues",
"email": "kgebhardt@kqed.org"
},
"author": "Kip Gebhardt <kgebhardt@kqed.org>",
"license": "ISC",
"dependencies": {
@ -31,4 +31,4 @@
"tape": "^3.5.0",
"mockdate": "^1.0.1"
}
}
}