-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6916a40
commit d09c92e
Showing
1 changed file
with
38 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,40 @@ | ||
{ | ||
"author":"Krishnan Anantheswaran <[email protected]>", | ||
"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":"[email protected]: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 <[email protected]>", | ||
"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": "[email protected]: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" | ||
} | ||
|
||
|