{
  "name": "stanza.io",
  "description": "Modern XMPP in the browser, with a JSON API",
  "version": "10.3.4",
  "author": "Lance Stout <lancestout@gmail.com>",
  "browser": {
    "node-stringprep": false,
    "ws": false
  },
  "bugs": "https://github.com/legastero/stanza.io/issues",
  "contributors": [
    "Philipp Hancke <fippo@andyet.net>",
    "Steven Lloyd Watkin <lloyd@evilprofessor.co.uk>"
  ],
  "dependencies": {
    "async": "^2.5.0",
    "cross-fetch": "^3.0.0",
    "iana-hashes": "^1.1.0",
    "jxt": "^4.0.0",
    "sdp": "^2.9.0",
    "tslib": "^1.9.3",
    "uuid": "^3.0.1",
    "wildemitter": "^1.0.1",
    "ws": "^6.1.2"
  },
  "homepage": "https://stanza.io",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --stage && npm run lint && npm test"
    }
  },
  "keywords": [
    "bosh",
    "jingle",
    "json",
    "stanza",
    "stanza.io",
    "websocket",
    "xmpp"
  ],
  "license": "MIT",
  "main": "./index.js",
  "prettier": {
    "tabWidth": 4,
    "printWidth": 100,
    "semi": true,
    "singleQuote": true
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/legastero/stanza.io.git"
  },
  "jsnext:main": "./module.js",
  "module": "./module.js",
  "sideEffects": false,
  "typings": "./index"
}