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

  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. },
  13. "require-dev": {
  14. },
  15. "autoload": {
  16. "psr-4": {
  17. "p3k\\": "p3k/"
  18. },
  19. "files": [
  20. "lib/config.php",
  21. "lib/helpers.php",
  22. "p3k/geo/WebMercator.php",
  23. "p3k/geo/StaticMap.php"
  24. ]
  25. }
  26. }