{
	"name": "jozoor/wp-plugin-action-links",
	"description": "WordPress module to add the list of links to display on the plugins page beside the activate and deactivate links.",
    "version": "1.0.0",
    "keywords": ["wordpress", "plugins", "action", "links"],
    "homepage": "https://github.com/mohamdio/wp-plugin-action-links",
    "license": "GPL-2.0+",
    "authors": [
        {
            "name": "Mohamed Abd Elhalim",
            "homepage": "https://mohamd.io/"
        }
    ],
    "require": {
        "php": ">=5.6"
    },
    "require-dev": {
        "phpunit/phpunit": "5.7",
		"phpunit/php-code-coverage": "4.0.8"
    },
    "autoload": {
        "psr-4": { "JO\\Module\\PluginActionLinks\\": "src/" }
    },
    "scripts": {
        "test": [
            "./vendor/bin/phpunit"
        ]
    }
}
