Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Nov 26, 2015
1 parent 6916a40 commit d09c92e
Showing 1 changed file with 38 additions and 40 deletions.
78 changes: 38 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,40 @@
{
"author":"Krishnan Anantheswaran <kananthmail-github@yahoo-inc.com>",
"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 <kananthmail-github@yahoo-inc.com>",
"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"
}


0 comments on commit d09c92e

Please sign in to comment.