forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
508 lines (508 loc) · 14.5 KB
/
package.json
File metadata and controls
508 lines (508 loc) · 14.5 KB
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
{
"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": {
"name": "Vojta Jína",
"email": "[email protected]"
},
"contributors": [
{
"name": "Friedel Ziegelmayer",
"email": "[email protected]"
},
{
"name": "taichi",
"email": "[email protected]"
},
{
"name": "Liam Newman",
"email": "[email protected]"
},
{
"name": "Robo",
"email": "[email protected]"
},
{
"name": "Shyam Seshadri",
"email": "[email protected]"
},
{
"name": "Tim Cuthbertson",
"email": "[email protected]"
},
{
"name": "Kim Joar Bekkelund",
"email": "[email protected]"
},
{
"name": "joshjb84",
"email": "[email protected]"
},
{
"name": "Andrew Martin",
"email": "[email protected]"
},
{
"name": "Ciro Nunes",
"email": "[email protected]"
},
{
"name": "Daniel Aleksandersen",
"email": "[email protected]"
},
{
"name": "Ilya Volodin",
"email": "[email protected]"
},
{
"name": "Iristyle",
"email": "Iristyle@github"
},
{
"name": "Marcello Nuccio",
"email": "[email protected]"
},
{
"name": "pavelgj",
"email": "[email protected]"
},
{
"name": "sylvain-hamel",
"email": "[email protected]"
},
{
"name": "Bulat Shakirzyanov",
"email": "[email protected]"
},
{
"name": "ChangZhuo Chen",
"email": "[email protected]",
"url": "陳昌倬"
},
{
"name": "Ethan J. Brown",
"email": "[email protected]"
},
{
"name": "Hugues Malphettes",
"email": "[email protected]"
},
{
"name": "Igor Minar",
"email": "[email protected]"
},
{
"name": "James Ford",
"email": "[email protected]"
},
{
"name": "Jonas Pommerening",
"email": "[email protected]"
},
{
"name": "PatrickJS",
"email": "[email protected]"
},
{
"name": "Roarke Gaskill",
"email": "[email protected]"
},
{
"name": "Sylvain Hamel",
"email": "[email protected]"
},
{
"name": "ngiebel",
"email": "[email protected]"
},
{
"name": "rdodev",
"email": "[email protected]"
},
{
"name": "Alexander Shtuchkin",
"email": "[email protected]"
},
{
"name": "Anders Janmyr",
"email": "[email protected]"
},
{
"name": "Andy Joslin",
"email": "[email protected]"
},
{
"name": "AvnerCohen",
"email": "[email protected]"
},
{
"name": "Breno Calazans",
"email": "[email protected]"
},
{
"name": "Brian Ford",
"email": "[email protected]"
},
{
"name": "Chad Smith",
"email": "[email protected]"
},
{
"name": "Chris Dawson",
"email": "[email protected]"
},
{
"name": "Danny Croft",
"email": "[email protected]"
},
{
"name": "David Jensen",
"email": "david@frode.(none)",
"url": "none"
},
{
"name": "David M. Karr",
"email": "[email protected]"
},
{
"name": "David Souther",
"email": "[email protected]"
},
{
"name": "Dillon",
"email": "[email protected]"
},
{
"name": "Ed Rooth",
"email": "[email protected]"
},
{
"name": "Eddie Monge",
"email": "[email protected]"
},
{
"name": "Edward Hutchins",
"email": "[email protected]"
},
{
"name": "Eldar Jafarov",
"email": "[email protected]"
},
{
"name": "Eric Baer",
"email": "[email protected]"
},
{
"name": "Franck Garcia",
"email": "[email protected]"
},
{
"name": "Fred Sauer",
"email": "[email protected]"
},
{
"name": "Frederic Hemberger",
"email": "[email protected]"
},
{
"name": "Geert Van Laethem",
"email": "[email protected]"
},
{
"name": "Igor Lima",
"email": "[email protected]"
},
{
"name": "Igor Minar",
"email": "[email protected]"
},
{
"name": "Jack Tarantino",
"email": "[email protected]"
},
{
"name": "James Shore",
"email": "[email protected]"
},
{
"name": "Jan Molak",
"email": "[email protected]"
},
{
"name": "Jeff Froom",
"email": "[email protected]"
},
{
"name": "Jeff Jewiss",
"email": "[email protected]"
},
{
"name": "Julian Connor",
"email": "[email protected]"
},
{
"name": "Karolis Narkevicius",
"email": "[email protected]"
},
{
"name": "Kevin Ortman",
"email": "[email protected]"
},
{
"name": "Lukasz Zatorski",
"email": "[email protected]"
},
{
"name": "Marko Anastasov",
"email": "[email protected]"
},
{
"name": "Martin Lemanski",
"email": "[email protected]"
},
{
"name": "Matias Niemelä",
"email": "[email protected]"
},
{
"name": "Matthew Machuga",
"email": "[email protected]"
},
{
"name": "Matti Paksula",
"email": "[email protected]"
},
{
"name": "Mattijs Kneppers",
"email": "[email protected]"
},
{
"name": "Merrick Christensen",
"email": "[email protected]"
},
{
"name": "Milan Aleksic",
"email": "[email protected]"
},
{
"name": "Nick Payne",
"email": "[email protected]"
},
{
"name": "Nick Williams",
"email": "[email protected]"
},
{
"name": "Nicolas Ferrero",
"email": "[email protected]"
},
{
"name": "Nish",
"email": "[email protected]"
},
{
"name": "Nuno Job",
"email": "[email protected]"
},
{
"name": "OniOni",
"email": "[email protected]"
},
{
"name": "OpenShift guest",
"email": "[email protected]"
},
{
"name": "Parashuram",
"email": "[email protected]"
},
{
"name": "Pascal Hartig",
"email": "[email protected]"
},
{
"name": "Patrick Lussan",
"email": "[email protected]"
},
{
"name": "Patrik Henningsson",
"email": "[email protected]"
},
{
"name": "Pete Bacon Darwin",
"email": "[email protected]"
},
{
"name": "Pete Swan",
"email": "[email protected]"
},
{
"name": "Peter Yates",
"email": "[email protected]"
},
{
"name": "Remy Sharp",
"email": "[email protected]"
},
{
"name": "Rob Dodson",
"email": "[email protected]"
},
{
"name": "Shane Osbourne",
"email": "[email protected]"
},
{
"name": "Thomas Parisot",
"email": "[email protected]"
},
{
"name": "Tim Olshansky",
"email": "[email protected]"
},
{
"name": "Tyler Akins",
"email": "[email protected]"
},
{
"name": "Veronica Lynn",
"email": "[email protected]"
},
{
"name": "Yi Wang",
"email": "[email protected]"
},
{
"name": "Yvonne Yip",
"email": "[email protected]"
},
{
"name": "Zhang zhengzheng",
"email": "[email protected]"
},
{
"name": "ahaurw01",
"email": "[email protected]"
},
{
"name": "ashaffer",
"email": "[email protected]"
},
{
"name": "deepak1556",
"email": "[email protected]"
},
{
"name": "hrgdavor",
"email": "[email protected]"
},
{
"name": "inf3rno",
"email": "[email protected]"
},
{
"name": "lanshunfang",
"email": "[email protected]"
},
{
"name": "maik",
"email": "[email protected]"
},
{
"name": "toran billups",
"email": "[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",
"readme": "# Karma [](http://travis-ci.org/karma-runner/karma) [](https://david-dm.org/karma-runner/karma) [](https://david-dm.org/karma-runner/karma#info=devDependencies)\n\nA simple tool that allows you to execute JavaScript code in multiple\n_real_ browsers.\n\n> The main purpose of Karma is to make your TDD development easy,\n> fast, and fun.\n\n\n## When should I use Karma?\n\n* You want to test code in *real* browsers.\n* You want to test code in multiple browsers (desktop, mobile,\n tablets, etc.).\n* You want to execute your tests locally during development.\n* You want to execute your tests on a continuous integration server.\n* You want to execute your tests on every save.\n* You love your terminal.\n* You don't want your (testing) life to suck.\n* You want to use [Istanbul] to automagically generate coverage\n reports.\n* You want to use [RequireJS] for your source files.\n\n\n## But I still want to use \\_insert testing library\\_\n\nKarma is not a testing framework, neither an assertion library.\nKarma just launches a HTTP server, and generates the test runner HTML file you probably already know from your favourite testing framework.\nSo for testing purposes you can use pretty much anything you like. There are already plugins for most of the common testing frameworks:\n\n* [Jasmine]\n* [Mocha]\n* [QUnit]\n* and [many others](https://www.npmjs.org/browse/keyword/karma-adapter)\n\nIf you can't find an adapter for your favourite framework, don't worry and write your own.\nIt's not that hard and we are here to help.\n\n\n## Which Browsers can I use?\n\nAll the major browsers are supported, if you want to know more see the\n[browsers] page.\n\n\n## Troubleshooting\nSee [FAQ](http://karma-runner.github.io/0.12/intro/faq.html).\n\n\n## I want to use it. Where do I sign?\n\nYou don't need to sign anything but here are some resources to help\nyou to get started...\n\n\n### Obligatory Screencast.\n\nEvery serious project has a screencast, so here is ours. Just click\n[here] and let the show begin.\n\n\n### Installation.\n\nSee [installation](http://karma-runner.github.io/0.12/intro/installation.html).\n\n\n### Using it.\n\nSee [configuration](http://karma-runner.github.io/0.10/intro/configuration.html).\n\n\n## I still don't get it. Where can I get help?\n\n* [Docs]\n* [Mailing List]\n* [Issue Tracker]\n* [@JsKarma] on Twitter\n\n\n## This is so great. I want to help.\n\nPlease, see\n[contributing](http://karma-runner.github.io/0.12/dev/contributing.html).\n\n\n## Why did you create this?\n\nThroughout the development of [AngularJS], we've been using [JSTD] for\ntesting. I really think that JSTD is a great idea. Unfortunately, we\nhad many problems with JSTD, so we decided to write our own test\nrunner based on the same idea. We wanted a simple tool just for\nexecuting JavaScript tests that is both stable and fast. That's why we\nuse the awesome [Socket.io] library and [Node.js].\n\n\n## My boss wants a license. So where is it?\n[MIT License](https://raw.github.com/karma-runner/karma/master/LICENSE)\n\n\n[AngularJS]: http://angularjs.org/\n[JSTD]: http://code.google.com/p/js-test-driver/\n[Socket.io]: http://socket.io/\n[Node.js]: http://nodejs.org/\n[Jasmine]: https://github.com/karma-runner/karma-jasmine\n[Mocha]: https://github.com/karma-runner/karma-mocha\n[QUnit]: https://github.com/karma-runner/karma-qunit\n[here]: http://www.youtube.com/watch?v=MVw8N3hTfCI\n[Mailing List]: https://groups.google.com/forum/#!forum/karma-users\n[Issue Tracker]: https://github.com/karma-runner/karma/issues\n[@JsKarma]: http://twitter.com/JsKarma\n[RequireJS]: http://requirejs.org/\n[Istanbul]: https://github.com/gotwarlost/istanbul\n\n[browsers]: http://karma-runner.github.io/0.8/config/browsers.html\n[Docs]: http://karma-runner.github.io\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "karma@"
}