{ "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", "grunt": "grunt" }, "repository": { "type": "git", "url": "gitea@git.metaunix.net:metaunix/archon.git" }, "author": "Gregory Ballantine ", "license": "BSD-2-Clause", "dependencies": { "express": "^4.18.1", "grunt-dart-sass": "^2.0.1" }, "devDependencies": { "grunt": "^1.5.3", "grunt-contrib-coffee": "^2.1.0", "grunt-contrib-watch": "^1.1.0" } }