forked from karma-runner/karma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
165 lines (165 loc) · 5.31 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
{
"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]>",
"Shyam Seshadri <[email protected]>",
"Kim Joar Bekkelund <[email protected]>",
"Tim Cuthbertson <[email protected]>",
"Ilya Volodin <[email protected]>",
"Iristyle <Iristyle@github>",
"Daniel Aleksandersen <[email protected]>",
"pavelgj <[email protected]>",
"Andrew Martin <[email protected]>",
"Marcello Nuccio <[email protected]>",
"Igor Minar <[email protected]>",
"Hugues Malphettes <[email protected]>",
"ngiebel <[email protected]>",
"Roarke Gaskill <[email protected]>",
"Ethan J. Brown <[email protected]>",
"Bulat Shakirzyanov <[email protected]>",
"rdodev <[email protected]>",
"Karolis Narkevicius <[email protected]>",
"Kevin Ortman <[email protected]>",
"Marko Anastasov <[email protected]>",
"Matias Niemelä <[email protected]>",
"Merrick Christensen <[email protected]>",
"Milan Aleksic <[email protected]>",
"Nick Payne <[email protected]>",
"Nish <[email protected]>",
"Nuno Job <[email protected]>",
"Pascal Hartig <[email protected]>",
"Patrick Lussan <[email protected]>",
"Patrik Henningsson <[email protected]>",
"Pete Bacon Darwin <[email protected]>",
"Pete Swan <[email protected]>",
"Remy Sharp <[email protected]>",
"Shane Osbourne <[email protected]>",
"Tim Olshansky <[email protected]>",
"Veronica Lynn <[email protected]>",
"Yi Wang <[email protected]>",
"ahaurw01 <[email protected]>",
"ashaffer <[email protected]>",
"hrgdavor <[email protected]>",
"lanshunfang <[email protected]>",
"Alexander Shtuchkin <[email protected]>",
"toran billups <[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 Souther <[email protected]>",
"Dillon <[email protected]>",
"Ed Rooth <[email protected]>",
"Eldar Jafarov <[email protected]>",
"Eric Baer <[email protected]>",
"Franck Garcia <[email protected]>",
"Fred Sauer <[email protected]>",
"Igor Minar <[email protected]>",
"James Ford <[email protected]>",
"James Shore <[email protected]>",
"Julian Connor <[email protected]>"
],
"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",
"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-runner/karma-coverage#karma-0.11",
"karma-requirejs": "*",
"karma-commonjs": "*",
"karma-growl-reporter": "*",
"karma-junit-reporter": "karma-runner/karma-junit-reporter#karma-0.11",
"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",
"grunt-browserify": "~1.2.4"
},
"main": "./lib/index",
"bin": {
"karma": "./bin/karma"
},
"engines": {
"node": "~0.8 || ~0.10"
},
"version": "0.11.0"
}