2022-05-24 18:09:21 -04:00
|
|
|
{
|
|
|
|
"name": "archon",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "A web-based LDAP user and group manager",
|
2022-05-24 18:41:43 -04:00
|
|
|
"main": "archon.js",
|
2022-05-24 18:09:21 -04:00
|
|
|
"scripts": {
|
2022-05-24 18:41:43 -04:00
|
|
|
"start": "node archon.js",
|
2022-05-24 18:18:56 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"grunt": "grunt"
|
2022-05-24 18:09:21 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "gitea@git.metaunix.net:metaunix/archon.git"
|
|
|
|
},
|
|
|
|
"author": "Gregory Ballantine <gballantine@metaunix.net>",
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"dependencies": {
|
2022-05-24 18:18:56 -04:00
|
|
|
"express": "^4.18.1",
|
2022-05-24 18:41:43 -04:00
|
|
|
"grunt-dart-sass": "^2.0.1",
|
|
|
|
"twig": "^1.15.4"
|
2022-05-24 18:18:56 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^1.5.3",
|
|
|
|
"grunt-contrib-coffee": "^2.1.0",
|
|
|
|
"grunt-contrib-watch": "^1.1.0"
|
2022-05-24 18:09:21 -04:00
|
|
|
}
|
|
|
|
}
|