{
  "name": "strophejs-plugin-roster",
  "version": "1.1.0",
  "description": "A strophe.js plugin for Roster Versioning (XEP-0237).",
  "main": "lib/strophe.roster.js",
  "scripts": {
    "build": "rollup src/strophe.roster.js -f umd -g strophe.js:window -o lib/strophe.roster.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-roster.git"
  },
  "author": "Strophe plugin developers",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/strophe/strophejs-plugin-roster/issues"
  },
  "homepage": "https://github.com/strophe/strophejs-plugin-roster#readme",
  "devDependencies": {
    "rollup": "^0.45.2"
  },
  "peerDependencies": {
    "strophe.js": ">=1.2"
  }
}
