21 lines
379 B
JSON
Executable File
21 lines
379 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|