You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
534 B

{
"name": "p3k/Atlas",
"description": "Atlas",
"keywords": ["p3k", "indieweb", "maps", "geocoding", "timezone"],
"license": "Apache 2.0",
"type": "project",
"require": {
"saltybeagle/savant3": "dev-master",
"p3k/slim-savant": ">=0.1.0",
"slim/slim": "^2.6",
"p3k/timezone": "*"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"p3k\\": "p3k/"
},
"files": [
"lib/config.php",
"lib/helpers.php",
"p3k/geo/WebMercator.php",
"p3k/geo/StaticMap.php"
]
}
}