tephra
Version:
An event-driven RADIUS server micro-framework
36 lines (35 loc) • 730 B
JSON
{
"name": "tephra",
"version": "1.0.10",
"license": "BSD-3-Clause",
"description": "An event-driven RADIUS server micro-framework",
"keywords": [
"radius",
"remote",
"authentication",
"dial-in",
"user",
"service",
"aaa",
"authorization",
"authorisation",
"accounting"
],
"scripts": {
"test": "if [ $(uname) = 'Darwin' ]; then echo NOTICE: please use 'make test' to run the test suite; exit 1; else mocha test; fi"
},
"repository": {
"type": "git",
"url": "https://github.com/io-digital/tephra"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"chai": "5.1.2",
"mocha": "11.1.0"
},
"dependencies": {
"radius": "1.1.4"
}
}