{
  "name": "express-horizon-example",
  "version": "0.0.1",
  "description": "Example of a horizon server within a express server.",
  "bin": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "RethinkDB",
  "license": "MIT",
  "dependencies": {
    "@horizon/server": "^1.0.1",
    "express": "^4.13.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rethinkdb/horizon.git"
  }
}
