sockethub-platform-xmpp
Version:
A sockethub platform module implementing XMPP functionality
44 lines (43 loc) • 1.24 kB
JSON
{
"name": "sockethub-platform-xmpp",
"description": "A sockethub platform module implementing XMPP functionality",
"version": "4.1.0",
"private": false,
"author": "Nick Jennings <nick@silverbucket.net>",
"license": "LGPL-3.0+",
"main": "src/index.js",
"keywords": [
"sockethub",
"messaging",
"activitystreams",
"activity",
"streams",
"protocol",
"xmpp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sockethub/sockethub.git",
"directory": "packages/sockethub-platform-xmpp"
},
"homepage": "https://github.com/sockethub/sockethub/tree/master/packages/sockethub-platform-xmpp",
"dependencies": {
"@xmpp/client": "^0.12.0",
"c8": "^7.8.0"
},
"devDependencies": {
"chai": "4.3.4",
"jsdoc-to-markdown": "7.0.1",
"mocha": "9.1.0",
"proxyquire": "2.1.3",
"sinon": "11.1.2",
"tv4": "1.3.0"
},
"scripts": {
"compliance": "yarn run test && yarn run coverage",
"test": "c8 mocha **/*.test.js",
"coverage": "c8 check-coverage --statements 85 --branches 80 --functions 70 --lines 85",
"doc": "jsdoc2md --no-gfm --heading-depth 1 src/index.js > API.md"
},
"gitHead": "04d19f0e24b56af23419f8ba9d264483333a7402"
}