wp-extraexif/composer.json

16 lines
373 B
JSON
Raw Normal View History

2016-07-25 16:07:33 +01:00
{
"name": "petermolnar/wp-extraexif",
"description": "Autofill content and tags from featured image EXIF & IPTC",
"require": {
"php": ">=5.3.0",
},
"license": "GPLv3",
"authors": [
{
"name": "Peter Molnar",
"email": "hello@petermolnar.net",
"homepage": "https://petermolnar.net"
}
]
}