-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 775 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name" : "http-console",
"description" : "Speak HTTP like a local",
"url" : "https://github.com/cloudhead/http-console",
"keywords" : ["http", "console", "repl"],
"author" : "Alexis Sellier <self@cloudhead.io>",
"contributors" : [],
"dependencies" : { "eyes": ">=0.1.4" },
"version" : "1.0.0",
"main" : "./lib/http-console",
"directories" : { "lib": "./lib", "test": "./test" },
"bin" : { "http-console": "./bin/http-console" },
"engines" : { "node": ">=0.12.0" },
"licenses" : [{ "type": "Apache 2.0", "url": "https://github.com/cloudhead/http-console/blob/master/LICENSE" }],
"repository" : { "type": "git", "url": "https://github.com/cloudhead/http-console.git" }
}