-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
41 lines (41 loc) · 978 Bytes
/
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
41
{
"name": "lizmap/lizmap-pgrouting-module",
"type": "jelix-module",
"description": "Jelix module for Lizmap, which adds tools to manage routes",
"keywords": [
"module",
"jelix",
"lizmap",
"routing",
"pgrouting"
],
"homepage": "http://3liz.com",
"license": "MPL-2.0",
"authors": [
{
"name": "Pierre DRILLIN",
"email": "[email protected]"
},
{
"name": "Nicolas BOISTEAULT",
"email": "[email protected]"
}
],
"require": {},
"minimum-stability": "stable",
"extra": {
"jelix": {
"modules": [
"pgrouting/"
],
"autoconfig-access-16": {
"[email protected]": {
"pgrouting": {
"__global": 1,
"index": 2
}
}
}
}
}
}