forked from alex-sherwin/newman-reporter-htmlfull
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 923 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
{
"name": "newman-reporter-htmlfull2",
"version": "2.0.2",
"description": "A Newman HTML Reporter providing full reports (without aggregation of results)",
"main": "index.js",
"bundleDependencies": false,
"dependencies": {
"filesize": "3.6.1",
"handlebars": "4.0.11",
"lodash": "4.17.10",
"pretty-ms": "3.2.0"
},
"deprecated": false,
"homepage": "https://github.com/alex-sherwin/newman-reporter-htmlfull",
"keywords": [
"newman",
"reporter",
"html"
],
"author": {
"name": "Alex Sherwin",
"email": "[email protected]"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6"
},
"peerDependencies": {
"newman": ">=4"
},
"preferGlobal": true,
"bugs": {
"url": "https://github.com/alex-sherwin/newman-reporter-htmlfull/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/alex-sherwin/newman-reporter-htmlfull"
}
}