forked from DannyDainton/newman-reporter-htmlextra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.58 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
53
54
55
56
57
58
59
60
{
"name": "newman-reporter-htmlextra",
"version": "1.8.0",
"description": "A newman reporter with added handlebars helpers and separated request iterations",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "node npm/test-all.js",
"test-integration": "node npm/test-integration.js",
"test-lint": "node npm/test-lint.js",
"test-system": "node npm/test-system.js",
"pre-publish": "node npm/test-all.js && npm pack"
},
"deprecated": false,
"repository": {
"type": "git",
"url": "https://github.com/DannyDainton/newman-reporter-htmlextra.git"
},
"bugs": "https://github.com/DannyDainton/newman-reporter-htmlextra/issues",
"keywords": [
"newman",
"reporter",
"html",
"htmlextra"
],
"dependencies": {
"filesize": "^4.1.2",
"handlebars": "^4.1.2",
"handlebars-helpers": "^0.10.0",
"helper-moment": "^0.2.0",
"lodash": "^4.17.11",
"pretty-ms": "^5.0.0"
},
"author": "Danny Dainton",
"license": "Apache-2.0",
"engines": {
"node": ">=6"
},
"peerDependencies": {
"newman": ">=4"
},
"devDependencies": {
"async": "^3.1.0",
"chai": "^4.2.0",
"colors": "^1.3.3",
"eslint": "^6.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsdoc": "8.7.0",
"eslint-plugin-lodash": "^5.1.0",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-security": "^1.4.0",
"mocha": "^6.1.4",
"newman": "^4.5.1",
"packity": "^0.3.2",
"parse-gitignore": "^1.0.1",
"recursive-readdir": "^2.2.2",
"shelljs": "^0.8.3"
}
}