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", "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"
} }
} }