forked from karma-runner/karma-coverage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.29 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "karma-coverage",
"version": "0.2.5",
"description": "A Karma plugin. Generate code coverage.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-coverage.git"
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"karma-reporter",
"coverage",
"istanbul"
],
"author": "SATO taichi <[email protected]>",
"dependencies": {
"istanbul": "~0.2.10",
"ibrik": "~1.1.1",
"dateformat": "~1.0.6",
"minimatch": "~0.3.0"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"chai": "~1.7.2",
"grunt": "~0.4.1",
"grunt-auto-release": "~0.0.1",
"grunt-bump": "~0.0.7",
"grunt-contrib-jshint": "~0.6.0",
"grunt-npm": "~0.0.2",
"grunt-simple-mocha": "~0.4.0",
"karma": "~0.12.0",
"lodash": "^2.4.1",
"mocks": "0.0.11",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
},
"contributors": [
"Friedel Ziegelmayer <[email protected]>",
"Allen Bierbaum <[email protected]>",
"Ron Derksen <[email protected]>",
"Julie <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Petar Manev <[email protected]>"
]
}