From d09c92e1f70716348780fe612afc84ccda794b87 Mon Sep 17 00:00:00 2001 From: gotwarlost Date: Wed, 25 Nov 2015 22:21:22 -0800 Subject: [PATCH] 0.2.2 --- package.json | 78 +++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 40 deletions(-) diff --git a/package.json b/package.json index 7aaa6c7..e911d12 100644 --- a/package.json +++ b/package.json @@ -1,42 +1,40 @@ { - "author":"Krishnan Anantheswaran ", - "name":"istanbul-middleware", - "description":"Connect middleware for Istanbul to handle server-side as well as browser coverage use-cases for node apps", - "version":"0.2.1", - "repository":{ - "type":"git", - "url":"git@github.com:gotwarlost/istanbul-middleware.git" - }, - "scripts":{ - "pretest": "jshint --config ./node_modules/yui-lint/jshint.json lib/*js", - "test": "./test/run.sh" - }, - "contributors": [ - "@arboleya", - "@harking", - "@mikaturunen", - "@jelmertanen", - "@tkmunzwa", - "@mcollina", - "@lpinca" - ], - "dependencies":{ - "istanbul":"0.4.x", - "express":"4.x", - "body-parser": "~1.12.3", - "archiver": "0.14.x" - }, - "devDependencies":{ - "mkdirp": "*", - "rimraf": "*", - "jshint": "*", - "async": "*", - "yui-lint": "*" - }, - "engines":{ - "node":">=0.6.x" - }, - "license": "BSD" + "author": "Krishnan Anantheswaran ", + "name": "istanbul-middleware", + "description": "Connect middleware for Istanbul to handle server-side as well as browser coverage use-cases for node apps", + "version": "0.2.2", + "repository": { + "type": "git", + "url": "git@github.com:gotwarlost/istanbul-middleware.git" + }, + "scripts": { + "pretest": "jshint --config ./node_modules/yui-lint/jshint.json lib/*js", + "test": "./test/run.sh" + }, + "contributors": [ + "@arboleya", + "@harking", + "@mikaturunen", + "@jelmertanen", + "@tkmunzwa", + "@mcollina", + "@lpinca" + ], + "dependencies": { + "istanbul": "0.4.x", + "express": "4.x", + "body-parser": "~1.12.3", + "archiver": "0.14.x" + }, + "devDependencies": { + "mkdirp": "*", + "rimraf": "*", + "jshint": "*", + "async": "*", + "yui-lint": "*" + }, + "engines": { + "node": ">=0.6.x" + }, + "license": "BSD" } - -