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

Annotation of /trunk/composer.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19592 - (hide annotations)
Wed Jan 22 18:04:27 2025 UTC (5 days, 1 hour 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 ebrodin 17833 {
2     "name": "openmairie/openads",
3 ebrodin 17834 "type": "project",
4 ebrodin 17833 "description": "openADS est une application open-source développée avec openMairie afin de faciliter la gestion des autorisations du droit du sol",
5 ebrodin 17834 "homepage": "http://www.openmairie.org/catalogue/openads",
6 ebrodin 17833 "authors": [
7     {
8     "name": "atReal"
9     }
10     ],
11 softime 18769 "require": {
12     "jumbojett/openid-connect-php": "^1.0"
13     },
14 ebrodin 17833 "scripts": {
15     "post-install-cmd": [
16     "@initenv"
17     ],
18     "initenv": [
19 softime 19592 "npm clean-install --omit=dev",
20 ebrodin 17833 "npm run build"
21 softime 19592 ],
22     "initdevenv": [
23     "npm install --include=dev"
24 ebrodin 17833 ]
25     }
26     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26