archon/package.json

30 lines
736 B
JSON
Raw Permalink Normal View History

2022-05-24 18:09:21 -04:00
{
"name": "archon",
"version": "0.1.0",
"description": "A web-based LDAP user and group manager",
"main": "archon.js",
2022-05-24 18:09:21 -04:00
"scripts": {
"start": "node archon.js",
"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": {
"express": "^4.18.1",
2022-05-24 23:50:49 -04:00
"express-session": "^1.17.3",
"grunt-dart-sass": "^2.0.1",
2022-05-25 00:34:10 -04:00
"ldapjs": "^2.3.2",
"twig": "^1.15.4"
},
"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
}
}