forked from karma-runner/karma-coverage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.55 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "karma-coverage",
"version": "1.1.1",
"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": {
"dateformat": "^1.0.6",
"istanbul": "^0.4.0",
"lodash": "^4.17.0",
"minimatch": "^3.0.0",
"source-map": "^0.5.1"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.3.0",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^4.1.0",
"eslint-plugin-standard": "^1.1.0",
"grunt": "^0.4.5",
"grunt-bump": "^0.7.0",
"grunt-cli": "^1.2.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-karma": "1.x || ^0.12.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4.0",
"ibrik": "^2.0.0",
"karma": "1.x || ^0.13.7",
"karma-coffee-preprocessor": "1.x || ^0.3.0",
"karma-firefox-launcher": "1.x || ^0.1.6",
"karma-mocha": "1.x || ^0.2.0",
"karma-requirejs": "1.x || ^0.2.2",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.5",
"mocks": "0.0.15",
"requirejs": "^2.1.20",
"sinon": "^1.14.1",
"sinon-chai": "^2.8.0"
},
"contributors": [
"dignifiedquire <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Aymeric Beaumet <[email protected]>",
"Tim Kang <[email protected]>",
"Nick Malaguti <[email protected]>",
"Maksim Ryzhikov <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"nicojs <[email protected]>",
"Allen Bierbaum <[email protected]>",
"Douglas Duteil <[email protected]>",
"Matt Winchester <[email protected]>",
"Tanguy Krotoff <[email protected]>",
"Wei Kin Huang <[email protected]>",
"Kyle Welsby <[email protected]>",
"Maciej Rzepiński <[email protected]>",
"Joseph Connolly <[email protected]>",
"Marceli.no <[email protected]>",
"James Talmage <[email protected]>",
"Mark Trostler <[email protected]>",
"Matt Lewis <[email protected]>",
"Chris Gladd <[email protected]>",
"Michael Stramel <[email protected]>",
"Greg Varsanyi <[email protected]>",
"Nick Matantsev <[email protected]>",
"Petar Manev <[email protected]>",
"Robin Böhm <[email protected]>",
"Ron Derksen <[email protected]>",
"Ruben Bridgewater <[email protected]>",
"Sahat Yalkabov <[email protected]>",
"piecyk <[email protected]>",
"Tanjo, Hiroyuki <[email protected]>",
"Taylor Hakes <[email protected]>",
"Dmitry Petrov <[email protected]>",
"Timo Tijhof <[email protected]>",
"Tom Kirkpatrick <[email protected]>",
"Tyler Waters <[email protected]>",
"Vincent Lemeunier <[email protected]>",
"Dan Watling <[email protected]>",
"terussell85 <[email protected]>",
"Yusuke Suzuki <[email protected]>",
"aprooks <[email protected]>",
"carlos <[email protected]>",
"Clayton Watts <[email protected]>",
"fbergr <[email protected]>",
"Joshua Appelman <[email protected]>",
"Julie <[email protected]>",
"Lloyd Smith II <[email protected]>"
]
}