{
  "name": "strophejs-plugin-bookmarks",
  "version": "1.1.0",
  "description": "This plugin implements XEP-0048.",
  "main": "lib/strophe.bookmarks.js",
  "scripts": {
    "build": "rollup src/strophe.bookmarks.js -f umd -g strophe.js:window -o lib/strophe.bookmarks.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-bookmarks.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/strophe/strophejs-plugin-bookmarks/issues"
  },
  "homepage": "https://github.com/strophe/strophejs-plugin-bookmarks#readme",
  "devDependencies": {
    "rollup": "^0.45.2"
  },
  "peerDependencies": {
    "strophe.js": ">=1.2"
  }
}
