@l7mp/stunner-auth-lib
Version:
STUN/TURN credentials generation for STUNner
33 lines (32 loc) • 785 B
JSON
{
"name": "@l7mp/stunner-auth-lib",
"version": "0.9.6",
"description": "STUN/TURN credentials generation for STUNner",
"author": "l7mp.io",
"homepage": "https://l7mp.io",
"scripts": {
"test": "mocha --reporter list",
"lint": "eslint .",
"test:coveralls": "nyc --reporter=lcov npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/l7mp/stunner-auth-lib"
},
"bugs": {
"url": "https://github.com/l7mp/stunner-auth-lib/issues"
},
"keywords": [
"STUNner",
"STUN",
"TURN",
"WebRTC"
],
"dependencies": {},
"devDependencies": {
"chai": "4.3.6",
"mocha": "10.0.0"
},
"files": ["index.js"],
"license": "MIT"
}