-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 943 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
{
"name": "newman-reporter-junitfull",
"version": "1.1.1",
"description": "A Newman JUnit Reporter providing full reports (without aggregation of results)",
"main": "index.js",
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.10",
"moment": "^2.22.2",
"xmlbuilder": "^10.0.0"
},
"deprecated": false,
"homepage": "https://github.com/martijnvandervlag/newman-reporter-junitfull",
"keywords": [
"newman",
"reporter",
"junit"
],
"author": {
"name": "Martijn van der Vlag",
"email": "[email protected]"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6"
},
"peerDependencies": {
"newman": ">=4"
},
"preferGlobal": true,
"bugs": {
"url": "https://github.com/martijnvandervlag/newman-reporter-junitfull/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/martijnvandervlag/newman-reporter-junitfull.git"
}
}