{
  "name": "strophe.js",
  "description": "Strophe.js is an XMPP library for JavaScript",
  "version": "1.4.4",
  "homepage": "http://strophe.im/strophejs",
  "repository": {
    "type": "git",
    "url": "git://github.com/strophe/strophejs.git"
  },
  "keywords": [
    "xmpp",
    "message",
    "bosh",
    "websocket",
    "browser"
  ],
  "files": [
    "src/",
    "dist/",
    "CHANGELOG.txt",
    "LICENSE.txt",
    "README.txt"
  ],
  "author": "Jack Moffit (metajack)",
  "contributors": [
    "Nathan Zorn (thepug)",
    "Andreas Guth (Gordin)",
    "Anton Stroganov (Aeon)",
    "Florian Zeitz (Florob)",
    "Christopher Zorn (twonds)",
    "dodo",
    "Lee Boynton (lboynton)",
    "Theo Cushion (theozaurus)",
    "Brendon Crawford (brendoncrawford)",
    "JC Brand (jcbrand)"
  ],
  "license": "MIT",
  "browserslist": ">1%, maintained node versions",
  "main": "dist/strophe.common.js",
  "browser": "dist/strophe.umd.js",
  "module": "dist/strophe.esm.js",
  "unpkg": "dist/strophe.umd.min.js",
  "scripts": {
    "build": "npx rollup -c",
    "lint": "make eslint",
    "clean": "make clean",
    "doc": "make doc",
    "prepare": "npx yarpm run build"
  },
  "volo": {
    "url": "https://raw.githubusercontent.com/strophe/strophejs/release-{version}/strophe.js"
  },
  "devDependencies": {
    "@babel/core": "^7.10.5",
    "@babel/preset-env": "^7.12.1",
    "@rollup/plugin-babel": "^5.1.0",
    "@rollup/plugin-commonjs": "^14.0.0",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "almond": "~0.3.0",
    "babel-eslint": "^10.1.0",
    "es6-promise": "^4.2.8",
    "eslint": "4.19.1",
    "http-server": "^0.12.3",
    "jquery": "^3.5.1",
    "minimist": "^1.2.5",
    "npm": "^6.14.7",
    "qunitjs": "~1.16.0",
    "requirejs": "2.3.5",
    "rollup": "^2.32.1",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-uglify": "^6.0.4",
    "run-headless-chromium": "^0.1.1",
    "sinon": "1.17.7",
    "sinon-qunit": "~2.0.0",
    "terser": "^5.10.0",
    "yarpm": "^0.2.1"
  },
  "dependencies": {
    "abab": "^2.0.3"
  },
  "optionalDependencies": {
    "ws": "^7.5.1",
    "@xmldom/xmldom": "0.7.5"
  }
}
