32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"name": "chrosey/gruener-salon-theme",
|
|
"type": "wordpress-theme",
|
|
"description": "Hallo, ich bin das Wordpress-Theme für den Grünen Salon e.V.",
|
|
"keywords": [
|
|
"WordPress",
|
|
"Themes"
|
|
],
|
|
"homepage": "https://chrosey.de",
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/Automattic/_s/graphs/contributors"
|
|
}, {
|
|
"name": "chrosey",
|
|
"homepage": "https://chrosey.de"
|
|
}],
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"wptrt/wpthemereview": "^0.2.1",
|
|
"php-parallel-lint/php-parallel-lint": "^1.2.0",
|
|
"wp-cli/i18n-command": "^2.2.5"
|
|
},
|
|
"scripts": {
|
|
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
|
|
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
|
|
"make-pot": "wp i18n make-pot . languages/_s.pot"
|
|
}
|
|
} |