From ad3689f0984df710c382914f56ce38a4fb6ae142 Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Sat, 17 Jan 2015 16:34:46 +0100 Subject: Update devDependencies --- package.json | 76 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 19ecafd..ff41d84 100644 --- a/package.json +++ b/package.json @@ -1,39 +1,39 @@ { - "name" : "rewire", - "version" : "2.1.3", - "description" : "Easy dependency injection for node.js unit testing", - "keywords" : [ - "dependency", - "injection", - "mock", - "shim", - "module", - "unit", - "test", - "leak", - "inspect" - ], - "author" : { - "name" : "Johannes Ewald", - "email" : "mail@johannesewald.de" - }, - "main" : "lib/index.js", - "homepage": "https://github.com/jhnns/rewire", - "bugs" : { - "url" : "https://github.com/jhnns/rewire/issues", - "email" : "mail@johannesewald.de" - }, - "repository": { - "type": "git", - "url": "git://github.com/jhnns/rewire.git" - }, - "devDependencies": { - "mocha": "1.x", - "expect.js": "0.x", - "coffee-script": "1.x" - }, - "scripts" : { - "test" : "node node_modules/mocha/bin/mocha -R spec", - "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha" - } -} \ No newline at end of file + "name": "rewire", + "version": "2.1.3", + "description": "Easy dependency injection for node.js unit testing", + "keywords": [ + "dependency", + "injection", + "mock", + "shim", + "module", + "unit", + "test", + "leak", + "inspect" + ], + "author": { + "name": "Johannes Ewald", + "email": "mail@johannesewald.de" + }, + "main": "lib/index.js", + "homepage": "https://github.com/jhnns/rewire", + "bugs": { + "url": "https://github.com/jhnns/rewire/issues", + "email": "mail@johannesewald.de" + }, + "repository": { + "type": "git", + "url": "git://github.com/jhnns/rewire.git" + }, + "devDependencies": { + "coffee-script": "^1.8.0", + "expect.js": "^0.3.1", + "mocha": "^2.1.0" + }, + "scripts": { + "test": "node node_modules/mocha/bin/mocha -R spec", + "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha" + } +} -- cgit v1.2.3