{
  "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" }
}
