{
  "name": "horizon",
  "version": "2.0.0",
  "description": "An open-source developer platform for building realtime, scalable web apps.",
  "main": "src/main.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rethinkdb/horizon.git"
  },
  "scripts": {
    "lint": "eslint src test",
    "test": "mocha test test/unit --timeout 10000",
    "coverage": "istanbul cover _mocha test"
  },
  "author": "RethinkDB",
  "license": "MIT",
  "bin": {
    "hz": "src/main.js",
    "horizon": "src/main.js"
  },
  "bugs": {
    "url": "https://github.com/rethinkdb/horizon/issues"
  },
  "homepage": "https://github.com/rethinkdb/horizon#readme",
  "dependencies": {
    "@horizon/server": "2.0.0",
    "argparse": "^1.0.3",
    "bluebird": "^3.4.1",
    "chalk": "^1.1.3",
    "hasbin": "^1.2.1",
    "joi": "^8.0.5",
    "jsonwebtoken": "^5.5.4",
    "mime-types": "^2.0.4",
    "open": "0.0.5",
    "rethinkdb": "^2.1.1",
    "toml": "^2.3.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^2.3.0",
    "istanbul": "^0.4.3",
    "mocha": "2.4.5",
    "mock-fs": "^3.10.0",
    "sinon": "1.17.3",
    "strip-ansi": "^3.0.1",
    "toml": "^2.3.0"
  },
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=3.0.0"
  },
  "preferGlobal": true
}
