1 | {
|
2 | "name": "karma-junit-reporter",
|
3 | "version": "2.0.1",
|
4 | "description": "A Karma plugin. Report results in junit xml format.",
|
5 | "main": "index.js",
|
6 | "files": [
|
7 | "index.js"
|
8 | ],
|
9 | "scripts": {
|
10 | "test": "grunt"
|
11 | },
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git://github.com/karma-runner/karma-junit-reporter.git"
|
15 | },
|
16 | "keywords": [
|
17 | "junit",
|
18 | "karma-plugin",
|
19 | "karma-reporter"
|
20 | ],
|
21 | "author": "Vojta Jina <vojta.jina@gmail.com>",
|
22 | "dependencies": {
|
23 | "path-is-absolute": "^1.0.0",
|
24 | "xmlbuilder": "12.0.0"
|
25 | },
|
26 | "peerDependencies": {
|
27 | "karma": ">=0.9"
|
28 | },
|
29 | "engines": {
|
30 | "node": ">= 8"
|
31 | },
|
32 | "license": "MIT",
|
33 | "devDependencies": {
|
34 | "chai": "^3.5.0",
|
35 | "eslint": "^6.5.1",
|
36 | "eslint-config-standard": "^5.3.1",
|
37 | "eslint-plugin-promise": "^1.3.2",
|
38 | "eslint-plugin-standard": "^1.3.1",
|
39 | "grunt": "^1.0.1",
|
40 | "grunt-bump": "^0.8.0",
|
41 | "grunt-cli": "^1.2.0",
|
42 | "grunt-conventional-changelog": "^6.1.0",
|
43 | "grunt-conventional-github-releaser": "^1.0.0",
|
44 | "grunt-eslint": "^18.1.0",
|
45 | "grunt-npm": "^0.0.2",
|
46 | "grunt-simple-mocha": "^0.4.1",
|
47 | "libxmljs": "^0.19.5",
|
48 | "load-grunt-tasks": "^3.2.0",
|
49 | "mocha": "^3.2.0",
|
50 | "proxyquire": "^1.7.4",
|
51 | "sinon": "^1.17.3",
|
52 | "sinon-chai": "^2.8.0"
|
53 | },
|
54 | "contributors": [
|
55 | "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
56 | "Vojta Jina <vojta.jina@gmail.com>",
|
57 | "Mark Ethan Trostler <mark@zzo.com>",
|
58 | "johnjbarton <johnjbarton@johnjbarton.com>",
|
59 | "hicom150 <hicom150@gmail.com>",
|
60 | "Simen Bekkhus <sbekkhus91@gmail.com>",
|
61 | "Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
|
62 | "Floris Kraak <randakar@gmail.com>",
|
63 | "Julen Garcia Leunda <hicom150@gmail.com>",
|
64 | "Janek Lasocki-Biczysko <iamjanek@gmail.com>",
|
65 | "Craig Vermeer <craig@vermeers.net>",
|
66 | "greenkeeperio-bot <support@greenkeeper.io>",
|
67 | "Larry Myers <larry@larrymyers.com>",
|
68 | "Maksim Ryzhikov <rv.maksim@gmail.com>",
|
69 | "Martin Leonhartsberger <mschrott@splunk.com>",
|
70 | "Marvin Tam <thatmarvin@users.noreply.github.com>",
|
71 | "Matthias Oßwald <matz3@users.noreply.github.com>",
|
72 | "Mike Ng <mike.ng@optimizely.com>",
|
73 | "Nikita Shirin <shirin.nikita@gmail.com>",
|
74 | "Paweł Gesek <pgesek@soldevelo.com>",
|
75 | "Phillip Johnsen <johphi@gmail.com>",
|
76 | "Rob Richardson <robrich@robrich.org>",
|
77 | "Sylvain Hamel <sylvainhamel0@gmail.com>",
|
78 | "Trey Hyde <thyde@centraldesktop.com>",
|
79 | "Vladimir Alaev <scff@yandex-team.ru>",
|
80 | "budde377 <budde377@gmail.com>",
|
81 | "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
|
82 | "mon.asuncion <mon@englishcentral.com>",
|
83 | "Adriaan Thomas <athomas@xebia.com>",
|
84 | "sylvain-hamel <sylvainhamel0@gmail.com>",
|
85 | "Alex Alvarez <dominalexican@gmail.com>",
|
86 | "Brian Donovan <me@brian-donovan.com>",
|
87 | "Brian Meneses <brian.meneses@gmail.com>",
|
88 | "Cesar Andreu <cesarandreu@gmail.com>",
|
89 | "Christian Svensson <csvn.dev@gmail.com>",
|
90 | "César Suárez Ortega <suarez.ortega.cesar@gmail.com>",
|
91 | "David Pärsson <david@parsson.se>",
|
92 | "Derek Schaller <dschaller@lyft.com>",
|
93 | "Janek Lasocki-Biczysko <j.lasocki-biczysko@intrallect.com>",
|
94 | "John Haugeland <stonecypher@gmail.com>",
|
95 | "Jukka Paulin <jukka.paulin@gmail.com>",
|
96 | "Kira Cheung <killercentury@gmail.com>"
|
97 | ]
|
98 | }
|