{
  "name": "strophejs-plugin-pubsub",
  "version": "0.0.2",
  "description": "A strophe.js plugin that partially implements XEP-0060.",
  "main": "lib/strophe.pubsub.js",
  "scripts": {
    "build": "rollup src/strophe.pubsub.js -f umd -g strophe.js:window -o lib/strophe.pubsub.js -m",
    "prepublish": "npm run --silent build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strophe/strophejs-plugin-pubsub.git"
  },
  "keywords": [
    "strophe.js",
    "plugin",
    "xmpp",
    "pubsub"
  ],
  "author": "Strophe plugin developers",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/strophe/strophejs-plugin-pubsub/issues"
  },
  "homepage": "https://github.com/strophe/strophejs-plugin-pubsub",
  "devDependencies": {
    "rollup": "^0.45.0"
  },
  "peerDependencies": {
    "strophe.js": "^1.2.12"
  }
}
