From a0e6d31bbe69aada03dac5e5ba87d3c1b0e27357 Mon Sep 17 00:00:00 2001 From: Dylan Greene Date: Sat, 18 Jan 2014 09:06:00 -0700 Subject: [PATCH] bumped version and test dependencies --- package.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index cc35878..5b83d3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rss", - "version": "0.2.1", + "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 ", @@ -13,32 +13,33 @@ "Patrick Garman ", "Fred Morstatter" ], - "repository": - { + "repository": { "type": "git", "url": "http://github.com/dylang/node-rss" }, - "bugs": - { + "bugs": { "mail": "dylang@gmail.com", "url": "http://github.com/dylang/node-rss/issues" }, - "dependencies": - { + "dependencies": { "xml": "~0.0.4", "mime": "~1.2.11" }, "devDependencies": { - "chai": "~1.7.2", - "mocha": "~1.12.0" + "chai": "~1.8.1", + "mocha": "~1.17.0" }, "main": "lib/rss.js", "scripts": { - "test": "./node_modules/.bin/mocha --reporter spec" + "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" } + "engines": { + "node": ">=0.4.0" + }, + "licenses": [ + { + "type": "MIT", + "url": "http://github.com/dylang/node-rss/raw/master/LICENSE" + } ] -} \ No newline at end of file +}