forked from tornaia/karma-sonarqube-unit-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "karma-sonarqube-unit-reporter",
"version": "0.0.14",
"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": "3.1.0"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"eslint": "^1.2.1",
"eslint-config-standard": "^4.1.0",
"eslint-plugin-standard": "^1.3.1",
"eslint-plugin-jasmine": "2.2.0",
"grunt": "^0.4.1",
"grunt-bump": "^0.5.0",
"grunt-conventional-changelog": "^4.1.0",
"grunt-conventional-github-releaser": "^0.4.0",
"grunt-eslint": "^17.1.0",
"grunt-jasmine-nodejs": "1.6.0",
"grunt-npm": "^0.0.2",
"jasmine-node": "1.14.5",
"load-grunt-tasks": "^3.2.0"
}
}