/[openfoncier]/trunk/composer.json
ViewVC logotype

Contents of /trunk/composer.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19592 - (show annotations)
Wed Jan 22 18:04:27 2025 UTC (4 days, 11 hours ago) by softime
File MIME type: application/json
File size: 687 byte(s)
merge: fusion de la branche d'intégration v6.10.0-develop dans le trunk

1 {
2 "name": "openmairie/openads",
3 "type": "project",
4 "description": "openADS est une application open-source développée avec openMairie afin de faciliter la gestion des autorisations du droit du sol",
5 "homepage": "http://www.openmairie.org/catalogue/openads",
6 "authors": [
7 {
8 "name": "atReal"
9 }
10 ],
11 "require": {
12 "jumbojett/openid-connect-php": "^1.0"
13 },
14 "scripts": {
15 "post-install-cmd": [
16 "@initenv"
17 ],
18 "initenv": [
19 "npm clean-install --omit=dev",
20 "npm run build"
21 ],
22 "initdevenv": [
23 "npm install --include=dev"
24 ]
25 }
26 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26