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
384 lines (384 loc) · 14 KB
/
package.json
File metadata and controls
384 lines (384 loc) · 14 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
{
"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": "Shyam Seshadri",
"email": "[email protected]"
},
{
"name": "Kim Joar Bekkelund",
"email": "[email protected]"
},
{
"name": "Tim Cuthbertson",
"email": "[email protected]"
},
{
"name": "Andrew Martin",
"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": "Bulat Shakirzyanov",
"email": "[email protected]"
},
{
"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": "Roarke Gaskill",
"email": "[email protected]"
},
{
"name": "ngiebel",
"email": "[email protected]"
},
{
"name": "rdodev",
"email": "[email protected]"
},
{
"name": "Alexander Shtuchkin",
"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 Souther",
"email": "[email protected]"
},
{
"name": "Dillon",
"email": "[email protected]"
},
{
"name": "Ed Rooth",
"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": "Geert Van Laethem",
"email": "[email protected]"
},
{
"name": "Igor Minar",
"email": "[email protected]"
},
{
"name": "James Shore",
"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": "Marko Anastasov",
"email": "[email protected]"
},
{
"name": "Martin Lemanski",
"email": "[email protected]"
},
{
"name": "Matias Niemelä",
"email": "[email protected]"
},
{
"name": "Merrick Christensen",
"email": "[email protected]"
},
{
"name": "Milan Aleksic",
"email": "[email protected]"
},
{
"name": "Nick Payne",
"email": "[email protected]"
},
{
"name": "Nish",
"email": "[email protected]"
},
{
"name": "Nuno Job",
"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": "Shane Osbourne",
"email": "[email protected]"
},
{
"name": "Tim Olshansky",
"email": "[email protected]"
},
{
"name": "Veronica Lynn",
"email": "[email protected]"
},
{
"name": "Yi Wang",
"email": "[email protected]"
},
{
"name": "Zhang zhengzheng",
"email": "[email protected]"
},
{
"name": "ahaurw01",
"email": "[email protected]"
},
{
"name": "ashaffer",
"email": "[email protected]"
},
{
"name": "hrgdavor",
"email": "[email protected]"
},
{
"name": "lanshunfang",
"email": "[email protected]"
},
{
"name": "toran billups",
"email": "[email protected]"
}
],
"dependencies": {
"di": "~0.0.1",
"socket.io": "~0.9.13",
"chokidar": "~0.7.0",
"glob": "~3.1.21",
"minimatch": "~0.2",
"http-proxy": "~0.10",
"optimist": "~0.3",
"coffee-script": "~1.6",
"rimraf": "~2.1",
"q": "~0.9",
"colors": "0.6.0-1",
"lodash": "~1.1",
"mime": "~1.2",
"log4js": "~0.6.3",
"useragent": "~2.0.4",
"graceful-fs": "~1.2.1",
"connect": "~2.8.4"
},
"peerDependencies": {
"karma-jasmine": "*",
"karma-requirejs": "*",
"karma-coffee-preprocessor": "*",
"karma-html2js-preprocessor": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-phantomjs-launcher": "*",
"karma-script-launcher": "*"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-simple-mocha": "git://github.com/yaymukund/grunt-simple-mocha.git",
"grunt-contrib-jshint": "~0.3",
"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",
"mocks": "~0.0.10",
"which": "~1.0",
"sinon-chai": "~2.3",
"chai": "~1.5",
"mocha": "~1.8",
"sinon": "~1.6",
"timer-shim": "~0.2",
"chai-as-promised": "~3.2",
"qq": "~0.3",
"karma-jasmine": "*",
"karma-mocha": "*",
"karma-qunit": "*",
"karma-coverage": "*",
"karma-requirejs": "*",
"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-html2js-preprocessor": "*",
"karma-browserstack-launcher": "git://github.com/karma-runner/karma-browserstack-launcher.git",
"semver": "~1.1.4",
"grunt-contrib-watch": "~0.5.0"
},
"main": "./lib/index",
"bin": {
"karma": "./bin/karma"
},
"engines": {
"node": "~0.8 || ~0.10"
},
"version": "0.10.5",
"readme": "# Karma [](http://travis-ci.org/karma-runner/karma)\n\nA simple tool that allows you to execute JavaScript code in multiple\n_real_ browsers, powered by [Node.js] and [Socket.io].\n\n> The main purpose of Karma is to make your TDD development easy,\n> fast, and fun.\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,\nso for that you can use pretty much anything you like. Right now out\nof the box there is support for\n\n* [Mocha]\n* [Jasmine]\n* [QUnit]\n* \\_anything else\\_ Write your own adapter. It's not that hard. And we\n 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## 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. And if you need even more infos have a look at our\ngreat [website].\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### NPM Installation.\n\nIf you have [Node.js] installed, it's as simple as\n\n```bash\n$ npm install -g karma\n```\n\nThis will give you the latest stable version available on npm. If you\nwant to live life on the edge you can do so by\n\n```bash\n$ npm install -g karma@canary\n```\n\nThe curious can have a look at the documentation articles for\n[Getting Started] and [Versioning].\n\n### Using it.\n\nGo into your project and create a Karma configuration. That is\njust a simple JavaScript or CoffeeScript file that tells Karma\nwhere all the awesomeness of your project are.\n\nYou can find a simple example in\n[test/client/karma.conf.js](https://github.com/karma-runner/karma/blob/master/test/client/karma.conf.js)\nwhich contains most of the options.\n\nTo create your own from scratch there is the `init` command, which\nwill be named `karma.conf.js` by default:\n\n```bash\n$ karma init\n```\nThis will ask you many questions and if you answered them all correct\nyou will be allowed to use Karma.\n\nFor more information on the configuration options see\n[Configuration File Overview].\n\nNow that you have your configuration all that is left to do is to\nstart Karma:\n```bash\n$ karma start\n```\n\nIf you want to run tests manually (without auto watching file changes), you can:\n```bash\n$ karma run\n```\nBut only if you have started the Karma server before.\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## I still don't get it. Where can I get help?\n\n* [Docs]\n* [Mailing List]\n* [Issuetracker]\n* [@JsKarma] on Twitter\n\n## This is so great. I want to help.\n\nSee\n[Contributing.md](https://github.com/karma-runner/karma/blob/master/CONTRIBUTING.md)\nor the [docs] for more information.\n\n\n## My boss wants a license. So where is it?\n\n### The MIT License\n\n> Copyright (C) 2011-2013 Vojta Jína.\n>\n> Permission is hereby granted, free of charge, to any person\n> obtaining a copy of this software and associated documentation files\n> (the \"Software\"), to deal in the Software without restriction,\n> including without limitation the rights to use, copy, modify, merge,\n> publish, distribute, sublicense, and/or sell copies of the Software,\n> and to permit persons to whom the Software is furnished to do so,\n> subject to the following conditions:\n>\n> The above copyright notice and this permission notice shall be\n> included in all copies or substantial portions of the Software.\n>\n> THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\n> BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n> ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n> SOFTWARE.\n\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]: http://pivotal.github.io/jasmine/\n[Mocha]: http://visionmedia.github.io/mocha/\n[QUnit]: http://qunitjs.com/\n[here]: http://www.youtube.com/watch?v=MVw8N3hTfCI\n[Mailing List]: https://groups.google.com/forum/#!forum/karma-users\n[Issuetracker]: 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[Versioning]: http://karma-runner.github.io/0.8/about/versioning.html\n[Configuration File Overview]: http://karma-runner.github.io/0.8/config/configuration-file.html\n[docs]: http://karma-runner.github.io\n[Docs]: http://karma-runner.github.io\n[website]: http://karma-runner.github.io\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "karma@"
}