{
  "name": "http-echo-server",
  "version": "2.1.1",
  "description": "A simple HTTP echo server",
  "main": "index.js",
  "bin": "index.js",
  "scripts": {
    "test": "standard && node test.js",
    "start": "node index.js"
  },
  "author": "Thomas Watson Steen <w@tson.dk>",
  "license": "MIT",
  "dependencies": {
    "get-port": "^4.0.0"
  },
  "devDependencies": {
    "standard": "^12.0.1"
  },
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/http-echo-server.git"
  },
  "bugs": {
    "url": "https://github.com/watson/http-echo-server/issues"
  },
  "homepage": "https://github.com/watson/http-echo-server",
  "keywords": [
    "http",
    "tcp",
    "echo",
    "server",
    "debug",
    "debugger",
    "test"
  ],
  "coordinates": [
    55.778264,
    12.593148
  ]
}
