wp-flatexport/composer.json

16 lines
419 B
JSON
Raw Normal View History

2015-12-10 14:22:39 +00:00
{
2016-06-28 15:11:52 +01:00
"name": "petermolnar/wp-flatexport",
"description": "auto-export WordPress contents to folders and plain text + markdown files for longetivity and portability",
2015-12-10 14:22:39 +00:00
"require": {
"php": ">=5.4.0"
2015-12-10 14:22:39 +00:00
},
"license": "GPLv3",
"authors": [
{
"name": "Peter Molnar",
"email": "hello@petermolnar.eu",
2016-01-05 22:58:06 +00:00
"homepage": "https://petermolnar.eu"
2015-12-10 14:22:39 +00:00
}
]
}