forked from karma-runner/karma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 4.62 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 4.62 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
{
"name": "karma",
"description": "Spectacular Test Runner for JavaScript.",
"homepage": "http://karma-runner.github.com/",
"bugs": {
"url": "https://github.com/karma-runner/karma/issues"
},
"keywords": [
"karma",
"spectacular",
"runner",
"karma",
"js",
"javascript",
"testing",
"test",
"remote",
"execution"
],
"author": "Vojta Jína <vojta.jina@gmail.com>",
"contributors": [
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
"taichi <ryushi@gmail.com>",
"Liam Newman <bitwiseman@gmail.com>",
"Shyam Seshadri <shyamseshadri@gmail.com>",
"Ilya Volodin <ivolodin@vistaprint.com>",
"Andrew Martin <sublimino@gmail.com>",
"Daniel Aleksandersen <code@daniel.priv.no>",
"Iristyle <Iristyle@github>",
"Kim Joar Bekkelund <kjbekkelund@gmail.com>",
"Marcello Nuccio <marcello.nuccio@gmail.com>",
"pavelgj <pavelgj@gmail.com>",
"Igor Minar <iiminar@gmail.com>",
"ngiebel <ngiebel@starkinvestments.com>",
"Roarke Gaskill <roarke.gaskill@gmail.com>",
"Bulat Shakirzyanov <mallluhuct@gmail.com>",
"Tim Cuthbertson <tim@gfxmonk.net>",
"rdodev <rubenoz@gmail.com>",
"Ethan J. Brown <ethan_j_brown@hotmail.com>",
"Hugues Malphettes <hmalphettes@gmail.com>",
"Andy Joslin <andytjoslin@gmail.com>",
"Marko Anastasov <marko@renderedtext.com>",
"Merrick Christensen <merrick.christensen@gmail.com>",
"Milan Aleksic <milanaleksic@gmail.com>",
"Nish <nishantpatel611@gmail.com>",
"Nuno Job <nunojobpinto@gmail.com>",
"Pascal Hartig <phartig@rdrei.net>",
"Patrick Lussan <patrick.lussan@componize.com>",
"Patrik Henningsson <patrik.henningsson@gmail.com>",
"Pete Bacon Darwin <pete@bacondarwin.com>",
"Pete Swan <pete@indabamusic.com>",
"Brian Ford <btford@umich.edu>",
"Veronica Lynn <veronica.lynn@redjack.com>",
"AvnerCohen <israbirding@gmail.com>",
"Yi Wang <e@yi-wang.me>",
"ahaurw01 <ahaurwitz@gmail.com>",
"ashaffer <darawk@gmail.com>",
"hrgdavor <hrgdavor@gmail.com>",
"lanshunfang <lanshunfang@gmail.com>",
"David Jensen <david@frode.(none)>",
"David Souther <davidsouther@gmail.com>",
"Dillon <mdillon@reachmail.com>",
"Eldar Jafarov <djkojb@gmail.com>",
"Ed Rooth <ed.rooth@rackspace.com>",
"Fred Sauer <fredsa@google.com>",
"Chad Smith <chadsmith729@gmail.com>",
"Igor Minar <igor@angularjs.org>",
"Alexander Shtuchkin <ashtuchkin@gmail.com>",
"James Ford <jford@psyked.co.uk>",
"James Shore <jshore@jamesshore.com>",
"Kevin Ortman <kevin_ortman@msn.com>"
],
"dependencies": {
"di": "~0.0.1",
"socket.io": "~0.9.13",
"chokidar": "~0.6",
"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",
"pause": "0.0.1",
"mime": "~1.2",
"log4js": "~0.6.3",
"useragent": "~2.0.4",
"graceful-fs": "~1.2.1"
},
"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": "git://github.com/btford/grunt-conventional-changelog.git",
"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",
"mock-http-response": "~0.1",
"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": "git://github.com/karma-runner/karma-sauce-launcher.git",
"karma-phantomjs-launcher": "*",
"karma-ng-scenario": "*",
"karma-coffee-preprocessor": "*",
"karma-html2js-preprocessor": "*",
"semver": "~1.1.4"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma.git"
},
"main": "./lib/index",
"bin": {
"karma": "./bin/karma"
},
"engines": {
"node": "~0.8 || ~0.10"
},
"version": "0.9.4"
}