Files
superdesk-wordpress-plugin/composer.json

21 lines
578 B
JSON

{
"name": "etc-it-public/superdesk-wordpress-plugin",
"type": "wordpress-plugin",
"description": "Imports articles in the IPTC ninjs format from the Superdesk newsroom system",
"keywords": [
"superdesk",
"publisher"
],
"homepage": "https://gitlab.com/etc-it-public/superdesk-wordpress-plugin",
"license": "MIT",
"authors": [
{
"name": "Sourcefabric and AdminIT",
"email": "info@sourcefabric.org",
"homepage": "https://github.com/superdesk"
}
],
"require": {
"php": ">=5.3.3"
}
}