{
  "name": "strophejs-plugin-muc",
  "version": "1.1.0",
  "description": "A strophe.js plugin for Multi-User Chat (XEP-0045)",
  "main": "lib/strophe.muc.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "rollup -c",
    "prepublish": "npm run --silent build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strophe/strophejs-plugin-muc.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/strophe/strophejs-plugin-muc/issues"
  },
  "homepage": "https://github.com/strophe/strophejs-plugin-muc#readme",
  "devDependencies": {
    "coffee-script": "^1.12.6",
    "rollup": "^0.45.2",
    "rollup-plugin-coffee-script": "^1.1.0"
  },
  "peerDependencies": {
    "strophe.js": ">=1.2"
  }
}
