{
  "name": "@living-room/service-js",
  "version": "0.6.20",
  "main": "service.js",
  "description": "http, eventstream, socketio, and osc server for livingroom",
  "repository": "git@github.com:living-room/service-js.git",
  "author": "Jonathan Dahan <hi@jonathan.is> (http://jedahan.com)",
  "contributors": [
    "Alex Warth <alexwarth@gmail.com> (http://alexwarth.com)",
    "Ana Malagon <atmalagon@gmail.com> (https://github.com/atmalagon)",
    "Justin Falcone <justin@justinfalcone.com> (http://justinfalcone.com/)"
  ],
  "license": "MIT",
  "scripts": {
    "start": "node -e 'require(`./service`).listen()'",
    "serve:examples": "serve examples",
    "format": "prettier-standard *js src/**/*js examples/*js",
    "test": "ava"
  },
  "keywords": [
    "living-room",
    "server",
    "service"
  ],
  "dependencies": {
    "@koa/cors": "2",
    "@living-room/database-js": "^0.6",
    "@living-room/parser-js": "^0.4",
    "ava": "^1.0.0-rc.2",
    "boxen": "^2.0.0",
    "chalk": "^2.4.1",
    "koa": "^2",
    "koa-body": "^4.0.4",
    "koa-route": "3",
    "koa-socket-2": "^1.0.17",
    "koa-static": "^5.0.0",
    "nbonjour": "^3.6.3",
    "osc": "^2.2.4",
    "pick-port": "0.1.0",
    "socket.io-client": "^2.1.1",
    "table": "^5.0.0"
  },
  "devDependencies": {
    "browser-env": "^3.2.5",
    "husky": "^1.2.0",
    "npm-run-all": "^4",
    "prettier-standard": "^8.0.1",
    "serve": "^10",
    "supertest": "^3.3.0"
  },
  "ava": {
    "require": [
      "./test/helpers/setup-browser-env.js"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm-run-all -s format test",
      "pre-push": "npm-run-all -s format test"
    }
  }
}
