{
  "name": "hatch",
  "description": "Eve events over the wire using HTTP EventSource",
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "version": "1.1.0",
  "dependencies": {
    "debug": "^4.1.0",
    "eve": "^0.5.4"
  },
  "devDependencies": {
    "@types/debug": "^0.0.31",
    "@types/node": "^10.12.15",
    "corser": "^2.0.1",
    "embellish-readme": "^1.3.2",
    "hyperquest": "^2.1.2",
    "tape": "^4.6.3",
    "typescript": "^3.2.2",
    "uuid": "^3.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DamonOehlman/hatch.git"
  },
  "bugs": {
    "url": "https://github.com/DamonOehlman/hatch/issues"
  },
  "scripts": {
    "prepare": "tsc",
    "compile": "tsc",
    "pretest": "tsc",
    "test": "node test/all.js",
    "gendocs": "embellish README.md"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "stability": "experimental",
  "keywords": [
    "eventsource",
    "eve",
    "event"
  ],
  "license": "MIT"
}
