-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.2 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
{
"name": "postman-runner",
"version": "0.1.2",
"description": "CLI productivity dev tool to run postman collections interactively",
"main": "bin/app.js",
"author": "Mohammad Fares <[email protected]>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"postman": "bin/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/faressoft/postman-runner.git"
},
"keywords": [
"postman",
"runner",
"newman",
"collection",
"curl",
"request",
"debug",
"api",
"cli",
"terminal",
"tool",
"dev",
"insomnia",
"postwomen"
],
"dependencies": {
"chalk": "^3.0.0",
"clear": "^0.1.0",
"cli-highlight": "^2.1.4",
"editor": "^1.0.0",
"fuzzy": "^0.1.3",
"glob": "^7.1.6",
"homeconfjs": "^0.1.2",
"inquirer": "^6.5.2",
"inquirer-autocomplete-prompt": "^1.0.2",
"inquirer-checkbox-plus-prompt": "^1.0.1",
"is-json": "^2.0.1",
"lodash": "^4.17.15",
"newman": "^4.6.0",
"promise-fs": "^2.1.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"tmp-promise": "^2.0.2",
"update-notifier": "^4.1.0"
}
}