-
Notifications
You must be signed in to change notification settings - Fork 96
/
package.json
40 lines (40 loc) · 946 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
{
"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"
}