2014-12-27 22:58:58 +01:00
|
|
|
{
|
|
|
|
|
"name":"netzmacht/contao-leaflet-maps",
|
|
|
|
|
"description":"Contao Leaflet maps integration",
|
|
|
|
|
"keywords":["contao", "maps", "leaflet"],
|
|
|
|
|
"type":"contao-module",
|
|
|
|
|
"license":"LGPL-3.0+",
|
|
|
|
|
"authors":[
|
|
|
|
|
{
|
|
|
|
|
"name":"David Molineus",
|
|
|
|
|
"email":"mail@netzmacht.de",
|
|
|
|
|
"homepage":"http://www.netzmacht.de",
|
|
|
|
|
"role":"Project leader"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"support":{
|
|
|
|
|
"email":"mail@netzmacht.de",
|
|
|
|
|
"issues":"https://github.com/netzmacht/contao-leaflet-maps/issues",
|
|
|
|
|
"source":"https://github.com/netzmacht/contao-leaflet-maps"
|
|
|
|
|
},
|
|
|
|
|
"require":{
|
2017-10-05 14:16:56 +02:00
|
|
|
"php":">=7.1",
|
|
|
|
|
"contao/core-bundle":"^4.4",
|
2016-10-05 14:34:27 +02:00
|
|
|
"netzmacht/contao-leaflet-libraries": "^1.0",
|
|
|
|
|
"netzmacht/php-javascript-builder": "^1.0",
|
|
|
|
|
"netzmacht/php-leaflet": "^1.0",
|
2017-10-05 14:16:56 +02:00
|
|
|
"netzmacht/contao-toolkit":"^3.0@dev",
|
2016-10-05 14:34:27 +02:00
|
|
|
"contao-community-alliance/meta-palettes": "^1.5",
|
|
|
|
|
"menatwork/contao-multicolumnwizard": "^3.2",
|
|
|
|
|
"doctrine/cache": "^1.0"
|
2014-12-27 22:58:58 +01:00
|
|
|
},
|
|
|
|
|
"require-dev":{
|
2016-10-05 14:34:27 +02:00
|
|
|
"netzmacht/contao-build-tools": "^1.1"
|
2014-12-27 22:58:58 +01:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
2017-10-05 14:16:56 +02:00
|
|
|
"psr-4": {
|
2016-10-05 14:34:27 +02:00
|
|
|
"Netzmacht\\Contao\\Leaflet\\": "src/"
|
2014-12-27 22:58:58 +01:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"bin-dir": "bin"
|
|
|
|
|
},
|
|
|
|
|
"prefer-stable": true,
|
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
|
"extra":{
|
|
|
|
|
"branch-alias": {
|
2016-10-06 15:53:19 +02:00
|
|
|
"dev-master": "2.0.x-dev",
|
|
|
|
|
"dev-develop": "2.1.x-dev",
|
|
|
|
|
"dev-support/0.7.x": "0.7.x-dev"
|
2014-12-27 22:58:58 +01:00
|
|
|
},
|
|
|
|
|
"contao": {
|
|
|
|
|
"sources":{
|
2015-01-06 18:49:22 +01:00
|
|
|
"module": "system/modules/leaflet",
|
2015-01-10 13:11:09 +01:00
|
|
|
"assets/maps": "assets/leaflet/maps",
|
|
|
|
|
"assets/js": "assets/leaflet/js"
|
2015-01-09 23:35:31 +01:00
|
|
|
},
|
|
|
|
|
"transifex": {
|
|
|
|
|
"project": "contao-leaflet-maps",
|
|
|
|
|
"prefix": "core-",
|
|
|
|
|
"languages_cto": "module/languages",
|
|
|
|
|
"languages_tx": ".tx"
|
2015-02-02 08:45:31 +01:00
|
|
|
}
|
2014-12-27 22:58:58 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|