wp-flatexport/composer.json
Peter Molnar f8471a2d43 0.2
2016-06-28 14:11:52 +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.3.0",
},
"license": "GPLv3",
"authors": [
{
"name": "Peter Molnar",
"email": "hello@petermolnar.eu",
"homepage": "https://petermolnar.eu"
}
]
}