Initial push 0.2.0
This commit is contained in:
20
code/package.json
Normal file
20
code/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user