-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
40 lines (40 loc) · 1 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "lizmap/lizmap-adresse-module",
"type": "jelix-module",
"description": "Jelix module for Lizmap, which adds tools to manage addresses",
"keywords": ["module", "jelix", "lizmap", "adresse"],
"homepage": "http://3liz.com",
"license": "MPL-2.0",
"authors": [
{
"name": "Pierre DRILLIN",
"email": "[email protected]"
},
{
"name": "René-Luc D'Hont",
"email": "[email protected]"
},
{
"name": "Laurent Jouanneau",
"email": "[email protected]"
}
],
"require": {
},
"minimum-stability": "stable",
"extra" : {
"jelix" : {
"modules": [
"adresse/"
],
"autoconfig-access-16" : {
"[email protected]" : {
"adresse": {
"__global": 1,
"index" : 2
}
}
}
}
}
}