{
  "name": "strophejs-plugin-rsm",
  "version": "0.0.2",
  "description": "A strophe.js plugin for XEP-0059 Result Set Management",
  "main": "lib/strophe.rsm.js",
  "scripts": {
    "build": "rollup src/strophe.rsm.js -f umd -g strophe.js:window -o lib/strophe.rsm.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-rsm.git"
  },
  "keywords": [
    "xmpp",
    "strophe",
    "strophe.js",
    "RSM"
  ],
  "author": "The strophe plugin developers",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/strophe/strophejs-plugin-rsm/issues"
  },
  "homepage": "https://github.com/strophe/strophejs-plugin-rsm#readme",
  "devDependencies": {
    "rollup": "^0.45.2"
  },
  "peerDependencies": {
    "strophe.js": ">=1.2"
  }
}
