UNPKG

@babblevoice/babble-drachtio-presence

Version:

A presence agent which will work with other modules in this family.

41 lines (40 loc) 1.03 kB
{ "name": "@babblevoice/babble-drachtio-presence", "version": "3.0.8", "description": "A presence agent which will work with other modules in this family.", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/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": "^4.2.4", "he": "^1.2.0" }, "devDependencies": { "mocha": "^9.2.2", "chai": "^4.3.6", "eslint": "^8.42.0", "eslint-plugin-promise": "^6.1.1" }, "directories": { "lib": "lib", "test": "test" } }