forked from Snck3rs/contao-leaflet-maps
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"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":{
|
|
"php":">=5.4",
|
|
"contao/core":">=3.2,<3.5-dev",
|
|
"contao-community-alliance/dependency-container":"~1.0",
|
|
"contao-community-alliance/event-dispatcher":"~1.0",
|
|
"contao-community-alliance/url-builder":"~1.1",
|
|
"netzmacht/contao-leaflet-libraries": "~0.7",
|
|
"netzmacht/php-javascript-builder": "~1.0",
|
|
"netzmacht/php-leaflet": "dev-master",
|
|
"netzmacht/contao-dev-tools":"~1.0",
|
|
"bit3/contao-meta-palettes": "~1.5",
|
|
"menatwork/contao-multicolumnwizard": "~3.2",
|
|
"doctrine/cache": "~1.0"
|
|
},
|
|
"require-dev":{
|
|
"netzmacht/contao-build-tools": "1.0.x-dev"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Netzmacht\\Contao\\Leaflet": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
"prefer-stable": true,
|
|
"minimum-stability": "dev",
|
|
"extra":{
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
},
|
|
"contao": {
|
|
"sources":{
|
|
"module": "system/modules/leaflet",
|
|
"assets/maps": "assets/leaflet/maps",
|
|
"assets/js": "assets/leaflet/js"
|
|
},
|
|
"transifex": {
|
|
"project": "contao-leaflet-maps",
|
|
"prefix": "core-",
|
|
"languages_cto": "module/languages",
|
|
"languages_tx": ".tx"
|
|
}
|
|
}
|
|
}
|
|
}
|