summaryrefslogtreecommitdiffstats
path: root/server/package.json
diff options
context:
space:
mode:
authorJannik Schönartz2018-08-17 08:39:55 +0200
committerJannik Schönartz2018-08-17 08:39:55 +0200
commit1667e801098e334e30b5c8a19919084f6063b42e (patch)
tree532630c936cb5c7395b658faf24319a4bd7e0201 /server/package.json
parent[server/router] Fix eslint errors (diff)
downloadbas-1667e801098e334e30b5c8a19919084f6063b42e.tar.gz
bas-1667e801098e334e30b5c8a19919084f6063b42e.tar.xz
bas-1667e801098e334e30b5c8a19919084f6063b42e.zip
[firstregistration] First start of the new client registration
Router now also can use non auth methods. (Used for the registration calls) Added ipxe scripts for the registration Added backend methods for dynamic ipxe scripts and first try of a dhcp api call
Diffstat (limited to 'server/package.json')
-rw-r--r--server/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/package.json b/server/package.json
index 0ad1ccc..f7b967d 100644
--- a/server/package.json
+++ b/server/package.json
@@ -13,6 +13,7 @@
"debug": "^3.1.0",
"express": "^4.16.3",
"http-errors": "^1.6.3",
+ "infoblox": "^1.1.5",
"jsonwebtoken": "^8.2.1",
"morgan": "^1.9.0",
"mysql": "^2.15.0",