forked from OnTheWay111/istanbul-middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1007 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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.3",
"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.5",
"istanbul-lib-instrument": "4.0.3",
"express": "4.x",
"body-parser": "^1",
"archiver": "^1.0.0"
},
"devDependencies": {
"async": "*",
"jshint": "*",
"mkdirp": "*",
"request": "^2.81.0",
"rimraf": "*",
"yui-lint": "*"
},
"engines": {
"node": ">=0.6.x"
},
"license": "BSD"
}