UNPKG

strophejs-plugin-disco

Version:

A strophe.js plugin for XEP-0030 Service Discovery

34 lines (33 loc) 881 B
{ "name": "strophejs-plugin-disco", "version": "0.0.2", "description": "A strophe.js plugin for XEP-0030 Service Discovery", "main": "lib/strophe.disco.js", "scripts": { "build": "rollup src/strophe.disco.js -f umd -g strophe.js:window -o lib/strophe.disco.js -m", "prepublish": "npm run --silent build", "test": "jasmine mon" }, "repository": { "type": "git", "url": "git+https://github.com/strophe/strophejs-plugin-disco.git" }, "keywords": [ "xmpp", "strophe", "strophe.js", "disco" ], "author": "The strophe plugin developers", "license": "MIT", "bugs": { "url": "https://github.com/strophe/strophejs-plugin-disco/issues" }, "homepage": "https://github.com/strophe/strophejs-plugin-disco#readme", "devDependencies": { "rollup": "^0.45.2" }, "peerDependencies": { "strophe.js": "^1.2.12" } }