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