Initial push 0.2.0

This commit is contained in:
Alex Rennie-Lis
2024-04-05 22:57:26 +01:00
parent 93472ae250
commit 1d8bd0c989
55 changed files with 3515 additions and 0 deletions

20
code/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "netradius",
"version": "0.0.1",
"description": "Simple network RADIUS server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"network",
"wifi",
"authentication",
"radius"
],
"author": "Alex Rennie-Lis",
"license": "ISC",
"dependencies": {
"radius": "^1.1.4"
}
}