-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
37 lines (37 loc) · 1.02 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
{
"name": "lizmap/lizmap-mapbuilder-module",
"type": "jelix-module",
"description": "Jelix module for Lizmap, which adds a map builder based on every repositories",
"keywords": ["module", "jelix", "lizmap", "builder", "gis", "maps"],
"homepage": "https://3liz.com",
"license": "MPL-2.0",
"authors": [
{
"name": "Nicolas Boisteault",
"email": "[email protected]"
}
],
"require": {
},
"minimum-stability": "stable",
"extra" : {
"jelix" : {
"modules": [
"mapBuilder/",
"mapBuilderAdmin/"
],
"autoconfig-access-16" : {
"[email protected]" : {
"mapBuilder": {
"__global": 1,
"index" : 2
},
"mapBuilderAdmin": {
"__global": 1,
"admin" : 2
}
}
}
}
}
}