forked from tornaia/karma-sonarqube-unit-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "karma-sonarqube-unit-reporter",
"version": "0.0.18",
"description": "A Karma plugin. Report results in sonar-unit-tests xml format.",
"main": "index.js",
"files": [
"index.js",
"src/file-util.js",
"test/spec/file-util.spec.js"
],
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/tornaia/karma-sonarqube-unit-reporter.git"
},
"keywords": [
"junit",
"karma-plugin",
"karma-reporter",
"sonarqube",
"sonar",
"sonar-generic-coverage"
],
"author": "Andras Tornai <[email protected]>",
"dependencies": {
"xmlbuilder": "^13.0.2"
},
"peerDependencies": {
"karma": "^0.9"
},
"license": "MIT",
"devDependencies": {
"eslint": ">=6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jasmine": "^2.2.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"grunt": "^1.0.4",
"grunt-bump": "^0.8.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^22.0.0",
"grunt-jasmine-nodejs": "^1.6.1",
"grunt-npm": "^0.0.2",
"jasmine-node": "^3.0.0",
"load-grunt-tasks": "^5.0.0"
}
}