{ "name": "archon", "version": "0.1.0", "description": "A web-based LDAP user and group manager", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "gitea@git.metaunix.net:metaunix/archon.git" }, "author": "Gregory Ballantine ", "license": "BSD-2-Clause", "dependencies": { "express": "^4.18.1" } }