{
  "name": "ech",
  "version": "3.1.1",
  "description": "Echo Entire HTTP Requests in JSON.",
  "main": "lib/index.js",
  "bin": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chrisdotcode/ech.git"
  },
  "keywords": [
    "http",
    "echo",
    "server",
    "json"
  ],
  "author": "Chris Blake <chris@code.sc> (https://code.sc)",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/chrisdotcode/ech/issues"
  },
  "homepage": "https://github.com/chrisdotcode/ech#readme",
  "dependencies": {
    "commander": "^2.9.0"
  }
}
