Files
EasyCloud/Sources/webAduc/www/composer.json
2021-04-02 11:26:26 +02:00

18 lines
377 B
JSON

{
"name": "snoel/phpaduc",
"description": "Web manager for samba AD domain",
"type": "project",
"license": "GNU/Gpl",
"authors": [{
"name": "Serge NOEL",
"email": "serge.noel@easylinux.fr"
}],
"require": {
"php": "7.*",
"components/jquery": "3.*",
"components/jqueryui": "1.*",
"vakata/jstree": "3.*",
"twbs/bootstrap": "4.*",
"smarty/smarty": "3.*"
}
}