forked from postmanlabs/newman-reporter-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "newman-reporter-html",
"version": "1.0.5",
"description": "Newman HTML Reporter",
"homepage": "https://github.com/postmanlabs/newman-reporter-html",
"bugs": "https://github.com/postmanlabs/newman-reporter-html/issues",
"repository": {
"type": "git",
"url": "git://github.com/postmanlabs/newman-reporter-html.git"
},
"keywords": [
"newman",
"reporter",
"html"
],
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "node npm/test.js",
"test-system": "node npm/test-system.js",
"test-lint": "node npm/test-lint.js",
"test-integration": "node npm/test-integration.js"
},
"author": "Postman Labs <help@getpostman.com> (=)",
"license": "Apache-2.0",
"dependencies": {
"filesize": "6.0.1",
"handlebars": "4.7.7",
"lodash": "4.17.21",
"pretty-ms": "5.1.0"
},
"engines": {
"node": ">=6"
},
"greenkeeper": {
"ignore": [
"cli-progress",
"cli-table3",
"csv-parse",
"eslint-plugin-jsdoc"
]
}
}