forked from karma-runner/karma-junit-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.79 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
{
"name": "karma-junit-reporter",
"version": "1.2.0",
"description": "A Karma plugin. Report results in junit xml format.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-junit-reporter.git"
},
"keywords": [
"junit",
"karma-plugin",
"karma-reporter"
],
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {
"path-is-absolute": "^1.0.0",
"xmlbuilder": "8.2.2"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.11.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.1",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4.1",
"load-grunt-tasks": "^3.2.0",
"mocha": "^3.2.0",
"proxyquire": "^1.7.4",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"contributors": [
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Vojta Jina <vojta.jina@gmail.com>",
"Mark Ethan Trostler <mark@zzo.com>",
"Simen Bekkhus <sbekkhus91@gmail.com>",
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
"Janek Lasocki-Biczysko <iamjanek@gmail.com>",
"greenkeeperio-bot <support@greenkeeper.io>",
"Craig Vermeer <craig@vermeers.net>",
"Floris Kraak <randakar@gmail.com>",
"Larry Myers <larry@larrymyers.com>",
"Maksim Ryzhikov <rv.maksim@gmail.com>",
"Martin Leonhartsberger <mschrott@splunk.com>",
"Marvin Tam <thatmarvin@users.noreply.github.com>",
"Matthias Oßwald <matz3@users.noreply.github.com>",
"Mike Ng <mike.ng@optimizely.com>",
"Nikita Shirin <shirin.nikita@gmail.com>",
"Paweł Gesek <pgesek@soldevelo.com>",
"Phillip Johnsen <johphi@gmail.com>",
"Rob Richardson <robrich@robrich.org>",
"Sylvain Hamel <sylvainhamel0@gmail.com>",
"Trey Hyde <thyde@centraldesktop.com>",
"Vladimir Alaev <scff@yandex-team.ru>",
"budde377 <budde377@gmail.com>",
"mon.asuncion <mon@englishcentral.com>",
"Adriaan Thomas <athomas@xebia.com>",
"sylvain-hamel <sylvainhamel0@gmail.com>",
"Alex Alvarez <dominalexican@gmail.com>",
"Brian Donovan <me@brian-donovan.com>",
"Brian Meneses <brian.meneses@gmail.com>",
"Cesar Andreu <cesarandreu@gmail.com>",
"David Pärsson <david@parsson.se>",
"Derek Schaller <dschaller@lyft.com>",
"Janek Lasocki-Biczysko <j.lasocki-biczysko@intrallect.com>",
"John Haugeland <stonecypher@gmail.com>",
"Kira Cheung <killercentury@gmail.com>"
]
}