-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 850 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": "newman-stub",
"version": "v2.2.9",
"description": "This is a newman test runner for comparing api response data to stub examples.",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thandon263/newman-stub.git"
},
"keywords": [
"Newman",
"Postman",
"api-tests",
"unit-testing",
"test-automation",
"automation",
"api-response"
],
"author": "Thando Ncube",
"license": "ISC",
"bugs": {
"url": "https://github.com/thandon263/newman-stub/issues"
},
"homepage": "https://github.com/thandon263/newman-stub#readme",
"dependencies": {
"newman": "^4.2.2",
"newman-reporter-html": "^1.0.2"
},
"devDependencies": {
"coveralls": "^3.0.2",
"istanbul": "^0.4.5"
}
}