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.

25 lines
546 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": "*",
"michelf/php-markdown": "^1.9"
},
"autoload": {
"psr-4": {
"p3k\\": "p3k/"
},
"files": [
"lib/config.php",
"lib/helpers.php",
"p3k/geo/WebMercator.php",
"p3k/geo/StaticMap.php"
]
}
}