Bundling a ready to use plugin ZIP has been automated into a Gulp task. After executing unit tests and code sniffer, only the relevant files are bundled.
30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"name": "stklcode/statify-blacklist",
|
|
"version": "1.4.1-dev",
|
|
"description": "A blacklist extension for the famous Statify WordPress plugin",
|
|
"keywords": [
|
|
"wordpress",
|
|
"plugin",
|
|
"statistics",
|
|
"blacklist"
|
|
],
|
|
"license": "GPL-2.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Stefan Kalscheuer",
|
|
"email": "stefan@stklcode.de",
|
|
"homepage": "https://www.stklcode.de"
|
|
}
|
|
],
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"php": ">=5.5",
|
|
"phpunit/phpunit": "*",
|
|
"wp-coding-standards/wpcs": "~0.11.0"
|
|
}
|
|
}
|