forked from karma-runner/karma
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
135 lines (135 loc) · 4.04 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
{
"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 <[email protected]>",
"contributors": [
"Friedel Ziegelmayer <[email protected]>",
"taichi <[email protected]>",
"Liam Newman <[email protected]>",
"Shyam Seshadri <[email protected]>",
"Ilya Volodin <[email protected]>",
"Andrew Martin <[email protected]>",
"Daniel Aleksandersen <[email protected]>",
"Iristyle <Iristyle@github>",
"Kim Joar Bekkelund <[email protected]>",
"Marcello Nuccio <[email protected]>",
"ngiebel <[email protected]>",
"Roarke Gaskill <[email protected]>",
"Igor Minar <[email protected]>",
"Bulat Shakirzyanov <[email protected]>",
"Hugues Malphettes <[email protected]>",
"Ethan J. Brown <[email protected]>",
"rdodev <[email protected]>",
"James Shore <[email protected]>",
"Kevin Ortman <[email protected]>",
"Andy Joslin <[email protected]>",
"Marko Anastasov <[email protected]>",
"Milan Aleksic <[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]>",
"Brian Ford <[email protected]>",
"AvnerCohen <[email protected]>",
"Yi Wang <[email protected]>",
"ahaurw01 <[email protected]>",
"ashaffer <[email protected]>",
"hrgdavor <[email protected]>",
"lanshunfang <[email protected]>",
"David Jensen <david@frode.(none)>",
"David Souther <[email protected]>",
"Eldar Jafarov <[email protected]>",
"Ed Rooth <[email protected]>",
"Fred Sauer <[email protected]>",
"Chad Smith <[email protected]>",
"Igor Minar <[email protected]>",
"Alexander Shtuchkin <[email protected]>",
"pavelgj <[email protected]>",
"James Ford <[email protected]>"
],
"dependencies": {
"di": "git://github.com/vojtajina/node-di.git",
"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"
},
"peerDependencies": {
"karma-jasmine": "*",
"karma-requirejs": "*",
"karma-coffee-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",
"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-phantomjs-launcher": "*",
"karma-ng-scenario": "*",
"karma-coffee-preprocessor": "*"
},
"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.2"
}