{
  "name": "xrmp",
  "version": "0.0.4",
  "description": "XRMultiplayer implementation",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "build": "curl https://api.csswg.org/bikeshed/ -F file=@docs/index.bs >index.html",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webmixedreality/xrmp.git"
  },
  "author": "Avaer Kazmer <a@modules.io>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/webmixedreality/xrmp/issues"
  },
  "homepage": "https://github.com/webmixedreality/xrmp#readme",
  "devDependencies": {
    "express": "^4.16.3"
  }
}
