forked from reportportal/agent-js-postman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 874 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
{
"name": "@reportportal/newman-reporter-reportportal",
"version": "0.0.24",
"description": "Reportportal reporter for newman",
"keywords": [
"postman",
"newman",
"epam"
],
"homepage": "https://github.com/reportportal/agent-postman",
"main": "index",
"author": "Ilya Koshaleu",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint ./lib --quiet --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reportportal/agent-postman.git"
},
"dependencies": {
"lodash": "^4.17.15",
"reportportal-client": "^5.2.3",
"string_decoder": "^1.2.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-jsdoc": "^4.8.1",
"eslint-plugin-lodash": "^5.1.0"
},
"bugs": {
"url": "https://github.com/reportportal/agent-postman/issues"
},
"directories": {
"lib": "lib"
}
}