forked from karma-runner/karma
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
196 lines (196 loc) · 6.64 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"name": "karma",
"description": "Spectacular Test Runner for JavaScript.",
"homepage": "http://karma-runner.github.io/",
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma.git"
},
"bugs": {
"url": "https://github.com/karma-runner/karma/issues"
},
"keywords": [
"karma",
"spectacular",
"runner",
"karma",
"js",
"javascript",
"testing",
"test",
"remote",
"execution"
],
"author": "Vojta Jína <[email protected]>",
"contributors": [
"Friedel Ziegelmayer <[email protected]>",
"taichi <[email protected]>",
"Liam Newman <[email protected]>",
"Robo <[email protected]>",
"Shyam Seshadri <[email protected]>",
"Tim Cuthbertson <[email protected]>",
"Kim Joar Bekkelund <[email protected]>",
"joshjb84 <[email protected]>",
"Andrew Martin <[email protected]>",
"Ciro Nunes <[email protected]>",
"Daniel Aleksandersen <[email protected]>",
"Ilya Volodin <[email protected]>",
"Iristyle <Iristyle@github>",
"Marcello Nuccio <[email protected]>",
"pavelgj <[email protected]>",
"sylvain-hamel <[email protected]>",
"Bulat Shakirzyanov <[email protected]>",
"ChangZhuo Chen (陳昌倬) <[email protected]>",
"Ethan J. Brown <[email protected]>",
"Hugues Malphettes <[email protected]>",
"Igor Minar <[email protected]>",
"James Ford <[email protected]>",
"Jonas Pommerening <[email protected]>",
"PatrickJS <[email protected]>",
"Roarke Gaskill <[email protected]>",
"Sylvain Hamel <[email protected]>",
"ngiebel <[email protected]>",
"rdodev <[email protected]>",
"Alexander Shtuchkin <[email protected]>",
"Anders Janmyr <[email protected]>",
"Andy Joslin <[email protected]>",
"AvnerCohen <[email protected]>",
"Breno Calazans <[email protected]>",
"Brian Ford <[email protected]>",
"Chad Smith <[email protected]>",
"Chris Dawson <[email protected]>",
"Danny Croft <[email protected]>",
"David Jensen <david@frode.(none)>",
"David M. Karr <[email protected]>",
"David Souther <[email protected]>",
"Dillon <[email protected]>",
"Ed Rooth <[email protected]>",
"Eddie Monge <[email protected]>",
"Edward Hutchins <[email protected]>",
"Eldar Jafarov <[email protected]>",
"Eric Baer <[email protected]>",
"Franck Garcia <[email protected]>",
"Fred Sauer <[email protected]>",
"Frederic Hemberger <[email protected]>",
"Geert Van Laethem <[email protected]>",
"Igor Lima <[email protected]>",
"Igor Minar <[email protected]>",
"Jack Tarantino <[email protected]>",
"James Shore <[email protected]>",
"Jan Molak <[email protected]>",
"Jeff Froom <[email protected]>",
"Jeff Jewiss <[email protected]>",
"Julian Connor <[email protected]>",
"Karolis Narkevicius <[email protected]>",
"Kevin Ortman <[email protected]>",
"Lukasz Zatorski <[email protected]>",
"Marko Anastasov <[email protected]>",
"Martin Lemanski <[email protected]>",
"Matias Niemelä <[email protected]>",
"Matthew Machuga <[email protected]>",
"Matti Paksula <[email protected]>",
"Mattijs Kneppers <[email protected]>",
"Merrick Christensen <[email protected]>",
"Milan Aleksic <[email protected]>",
"Nick Payne <[email protected]>",
"Nick Williams <[email protected]>",
"Nicolas Ferrero <[email protected]>",
"Nish <[email protected]>",
"Nuno Job <[email protected]>",
"OniOni <[email protected]>",
"OpenShift guest <[email protected]>",
"Parashuram <[email protected]>",
"Pascal Hartig <[email protected]>",
"Patrick Lussan <[email protected]>",
"Patrik Henningsson <[email protected]>",
"Pete Bacon Darwin <[email protected]>",
"Pete Swan <[email protected]>",
"Peter Yates <[email protected]>",
"Remy Sharp <[email protected]>",
"Rob Dodson <[email protected]>",
"Shane Osbourne <[email protected]>",
"Thomas Parisot <[email protected]>",
"Tim Olshansky <[email protected]>",
"Tyler Akins <[email protected]>",
"Veronica Lynn <[email protected]>",
"Yi Wang <[email protected]>",
"Yvonne Yip <[email protected]>",
"Zhang zhengzheng <[email protected]>",
"ahaurw01 <[email protected]>",
"ashaffer <[email protected]>",
"deepak1556 <[email protected]>",
"hrgdavor <[email protected]>",
"inf3rno <[email protected]>",
"lanshunfang <[email protected]>",
"maik <[email protected]>",
"toran billups <[email protected]>"
],
"dependencies": {
"di": "~0.0.1",
"socket.io": "~0.9.13",
"chokidar": ">=0.8.2",
"glob": "~3.2.7",
"minimatch": "~0.2",
"http-proxy": "~0.10",
"optimist": "~0.6.0",
"rimraf": "~2.2.5",
"q": "~0.9.7",
"colors": "~0.6.2",
"lodash": "~2.4.1",
"mime": "~1.2.11",
"log4js": "~0.6.3",
"useragent": "~2.0.4",
"graceful-fs": "~2.0.1",
"connect": "~2.12.0",
"source-map": "~0.1.31"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-simple-mocha": "*",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.0",
"grunt-coffeelint": "~0.0.6",
"grunt-npm": "~0.0.1",
"grunt-bump": "~0.0.10",
"grunt-conventional-changelog": "~1.0.0",
"grunt-auto-release": "~0.0.3",
"grunt-browserify": "~1.3.0",
"load-grunt-tasks": "~0.2.1",
"mocks": "~0.0.10",
"which": "~1.0",
"mocha": "~1.16.2",
"chai": "~1.8.1",
"chai-as-promised": "~4.1.0",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"timer-shim": "~0.3.0",
"karma-jasmine": "~0.1.0",
"karma-mocha": "*",
"karma-qunit": "*",
"karma-coverage": "*",
"karma-requirejs": "*",
"karma-commonjs": "*",
"karma-growl-reporter": "*",
"karma-junit-reporter": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-sauce-launcher": "*",
"karma-phantomjs-launcher": "*",
"karma-ng-scenario": "*",
"karma-coffee-preprocessor": "*",
"karma-live-preprocessor": "*",
"karma-html2js-preprocessor": "*",
"karma-browserstack-launcher": "*",
"LiveScript": "~1.2.0",
"coffee-errors": "~0.8.6",
"coffee-script": "~1.6",
"grunt-jscs-checker": "~0.4.0"
},
"main": "./lib/index",
"bin": {},
"engines": {
"node": "~0.8 || ~0.10"
},
"version": "0.12.16",
"license": "MIT"
}