composer.json 507 B

123456789101112131415
  1. {
  2. "name": "phpexiftool/exiftool",
  3. "type": "library",
  4. "description": "Exiftool is a library for reading, writing and editing meta information. This package is not PHP, but required for the main PHP driver : PHP Exiftool",
  5. "keywords": ["exiftool", "metadatas"],
  6. "license": "Perl Licensing",
  7. "authors": [
  8. {
  9. "name": "Phil Harvey",
  10. "email": "phil@owl.phy.queensu.ca",
  11. "homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/"
  12. }
  13. ],
  14. "require": {}
  15. }