@babblevoice/babble-drachtio-presence
Version:
A presence agent which will work with other modules in this family.
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@babblevoice/babble-drachtio-presence",
"version": "3.0.9",
"description": "A presence agent which will work with other modules in this family.",
"main": "index.js",
"scripts": {
"test": "mocha --recursive --check-leaks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tinpotnick/babble-drachtio-presence.git"
},
"keywords": [
"SIP",
"Presence",
"Drachtio"
],
"author": "Nick Knight",
"license": "MIT",
"bugs": {
"url": "https://github.com/tinpotnick/babble-drachtio-presence/issues"
},
"homepage": "https://github.com/tinpotnick/babble-drachtio-presence#readme",
"dependencies": {
"@babblevoice/babble-drachtio-auth": "^1.0.1",
"drachtio-srf": "^4.4.47",
"fast-xml-parser": "^5.3.5",
"he": "^1.2.0"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.42.0",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^11.7.5"
},
"directories": {
"lib": "lib",
"test": "test"
}
}