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

Annotation of /trunk/composer.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17834 - (hide annotations)
Fri May 31 07:06:35 2024 UTC (7 months, 4 weeks ago) by ebrodin
Original Path: branches/6.6.0-maj-npm-css/composer.json
File MIME type: application/json
File size: 538 byte(s)
chore: update composer.json

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     "require": {},
12     "scripts": {
13     "post-install-cmd": [
14     "@initenv"
15     ],
16     "initenv": [
17     "npm ci",
18     "npm run build"
19     ]
20     }
21     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26