Parent Directory | Revision Log
chore(branch): fusion de la branche d'intégration 6.6.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 | "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 |