wp-extraexif/composer.json
Peter Molnar cc04a4c0b3 0.4
2016-09-07 09:03:27 +00:00

15 lines
361 B
JSON

{
"name": "petermolnar/wp-extraexif",
"description": "WordPress plugin to extract EXIF via exiftool",
"require": {
"php": ">=5.4.0",
},
"license": "GPLv3",
"authors": [
{
"name": "Peter Molnar",
"email": "hello@petermolnar.net",
"homepage": "https://petermolnar.net"
}
]
}