forked from cloudhead/http-console
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 845 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
38
{
"name": "http-console2",
"description": "Speak HTTP like a native",
"url": "http://github.com/mmalecki/http-console2",
"keywords": [
"http",
"console",
"repl"
],
"author": "Alexis Sellier <[email protected]>",
"license": "Apache-2.0",
"contributors": [
"Maciej Małecki <[email protected]>"
],
"version": "0.9.0-1",
"main": "./lib/http-console",
"directories": {
"lib": "./lib",
"test": "./test"
},
"bin": {
"http-console": "./bin/http-console"
},
"repository": {
"type": "git",
"url": "https://github.com/mmalecki/http-console2"
},
"devDependencies": {},
"dependencies": {
"deepmerge": "^4.2.2",
"got": "^10.2.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"normalize-url": "^4.5.0",
"stream-json": "^1.3.2",
"swagger-parser": "^8.0.4"
}
}