bump version and dependencies

This commit is contained in:
Dylan Greene
2014-01-28 10:34:46 -05:00
parent 77a4130d57
commit f0e6045873

View File

@@ -1,45 +1,46 @@
{ {
"name": "rss", "name": "rss",
"version": "0.3.0", "version": "0.3.1",
"description": "RSS feed generator. A really simple API to add RSS feeds to any project.", "description": "RSS feed generator. A really simple API to add RSS feeds to any project.",
"homepage": "http://github.com/dylang/node-rss", "homepage": "http://github.com/dylang/node-rss",
"author": "Dylan Greene <dylang@gmail.com>", "author": "Dylan Greene <dylang@gmail.com>",
"contributors": [ "contributors": [
"Dylan Greene <dylang@gmail.com>", "Dylan Greene <dylang@gmail.com>",
"Xavier Damman <xdamman@gmail.com>", "Xavier Damman <xdamman@gmail.com>",
"Michael R. Lange", "Michael R. Lange",
"Victor Jonsson", "Victor Jonsson",
"Danny Graham", "Danny Graham",
"Patrick Garman <contact@pmgarman.me>", "Patrick Garman <contact@pmgarman.me>",
"Fred Morstatter" "Fred Morstatter",
], "Eric Vantillard https://github.com/evantill"
"repository": { ],
"type": "git", "repository": {
"url": "http://github.com/dylang/node-rss" "type": "git",
}, "url": "http://github.com/dylang/node-rss"
"bugs": { },
"mail": "dylang@gmail.com", "bugs": {
"url": "http://github.com/dylang/node-rss/issues" "mail": "dylang@gmail.com",
}, "url": "http://github.com/dylang/node-rss/issues"
"dependencies": { },
"xml": "~0.0.4", "dependencies": {
"mime": "~1.2.11" "xml": "~0.0.12",
}, "mime": "~1.2.11"
"devDependencies": { },
"chai": "~1.8.1", "devDependencies": {
"mocha": "~1.17.0" "chai": "~1.8.1",
}, "mocha": "~1.17.0"
"main": "lib/rss.js", },
"scripts": { "main": "lib/rss.js",
"test": "./node_modules/.bin/mocha --reporter spec" "scripts": {
}, "test": "./node_modules/.bin/mocha --reporter spec"
"engines": { },
"node": ">=0.4.0" "engines": {
}, "node": ">=0.4.0"
"licenses": [ },
{ "licenses": [
"type": "MIT", {
"url": "http://github.com/dylang/node-rss/raw/master/LICENSE" "type": "MIT",
} "url": "http://github.com/dylang/node-rss/raw/master/LICENSE"
] }
]
} }