UNPKG

strophejs-plugin-mam

Version:

A strophe.js plugin for Message Archive Management (XEP-0313)

35 lines (34 loc) 974 B
{ "name": "strophejs-plugin-mam", "version": "0.0.3", "description": "A strophe.js plugin for Message Archive Management (XEP-0313)", "main": "lib/strophe.mam.js", "scripts": { "build": "rollup src/strophe.mam.js -f umd -g strophe.js:window -e strophejs-plugin-rsm -o lib/strophe.mam.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-mam.git" }, "keywords": [ "strophe.js", "strophe", "xmpp", "plugin" ], "author": "The strophe plugin developers", "license": "MIT", "bugs": { "url": "https://github.com/strophe/strophejs-plugin-mam/issues" }, "homepage": "https://github.com/strophe/strophejs-plugin-mam#readme", "devDependencies": { "rollup": "^0.45.0" }, "peerDependencies": { "strophe.js": "^1.2.12", "strophejs-plugin-rsm": ">=0.0.1" } }