This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
vxmppb/package.json

48 lines
1.1 KiB
JSON

{
"name": "vxmppb",
"description": "vanderwarker.family XMPP Bot",
"version": "1.1.0",
"keywords": [
"xmpp",
"bot",
"sms",
"autoreply",
"asterisk",
"mqtt",
"gotify",
"push notifications"
],
"maintainers": [
{
"name": "Stephen Vanderwarker",
"email": "stephen@vanderwarker.family",
"web": "https://stephen.vanderwarker.family"
}
],
"dependencies": {
"asterisk-manager": "0.1.16",
"ini": "2.0.0",
"mastodon": "1.2.2",
"mqtt": "4.3.7",
"request": "2.88.0",
"rgb-color": "2.1.2",
"simple-xmpp": "1.3.0"
},
"bugs": {
"url": "https://git.vanderwarker.family/vxmppb/vxmppb/issues"
},
"repository": {
"type": "git",
"url": "https://git.vanderwarker.family/vxmppb/vxmppb.git"
},
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"homepage": "https://wiki.vanderwarker.family/doku.php?id=code:vxmppb:start",
"scripts": {
"test": "echo \"No tests available. Please consider helping with a pull request!\" && exit 0"
}
}