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.

24 lines
522 B

  1. {
  2. "name": "p3k/atlas",
  3. "description": "Atlas",
  4. "keywords": ["p3k", "indieweb", "maps", "geocoding", "timezone"],
  5. "license": "Apache 2.0",
  6. "type": "project",
  7. "require": {
  8. "saltybeagle/savant3": "dev-master",
  9. "p3k/slim-savant": ">=0.1.0",
  10. "slim/slim": "^2.6",
  11. "p3k/timezone": "*",
  12. "michelf/php-markdown": "^1.9"
  13. },
  14. "autoload": {
  15. "psr-4": {
  16. "p3k\\": "p3k/"
  17. },
  18. "files": [
  19. "lib/helpers.php",
  20. "p3k/geo/WebMercator.php",
  21. "p3k/geo/StaticMap.php"
  22. ]
  23. }
  24. }