Sinatra/code/package.json
2024-04-05 22:57:26 +01:00

21 lines
379 B
JSON

{
"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"
}
}