added GeoRSS support thanks to @fredzilla. Fixes #15.

This commit is contained in:
Dylan Greene
2013-09-14 16:29:34 -04:00
parent 05b63b7ece
commit a73e525251
4 changed files with 77 additions and 44 deletions

View File

@@ -10,7 +10,8 @@
"Michael R. Lange",
"Victor Jonsson",
"Danny Graham",
"Patrick Garman <contact@pmgarman.me>"
"Patrick Garman <contact@pmgarman.me>",
"Fred Morstatter"
],
"repository":
{
@@ -24,8 +25,8 @@
},
"dependencies":
{
"xml": ">= 0.0.4",
"mime": ">= 1.2.9"
"xml": "~0.0.4",
"mime": "~1.2.11"
},
"devDependencies": {
"chai": "~1.7.2",