forked from tornaia/karma-sonarqube-unit-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1007 Bytes
/
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
{
"name": "karma-sonarqube-unit-reporter",
"version": "0.0.11",
"description": "A Karma plugin. Report results in sonar-unit-tests xml format.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/tornaia/karma-sonarqube-unit-reporter.git"
},
"keywords": [
"junit",
"karma-plugin",
"karma-reporter",
"sonarqube"
],
"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",
"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-npm": "^0.0.2",
"load-grunt-tasks": "^3.2.0"
}
}