wp-flatexport/composer.json
2016-07-09 20:25:43 +00:00

15 lines
420 B
JSON

{
"name": "petermolnar/wp-flatexport",
"description": "auto-export WordPress contents to folders and plain text + markdown files for longetivity and portability",
"require": {
"php": ">=5.4.0",
},
"license": "GPLv3",
"authors": [
{
"name": "Peter Molnar",
"email": "hello@petermolnar.eu",
"homepage": "https://petermolnar.eu"
}
]
}