29 lines
583 B
JSON
29 lines
583 B
JSON
{
|
|
"name": "stklcode/wp-liveticker2",
|
|
"version": "1.0.0-alpha",
|
|
"description": "A simple Liveticker for Wordpress.",
|
|
"keywords": [
|
|
"wordpress",
|
|
"plugin",
|
|
"liveticker"
|
|
],
|
|
"license": "GPL-2.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Stefan Kalscheuer",
|
|
"email": "stefan@stklcode.de",
|
|
"homepage": "https://www.stklcode.de"
|
|
}
|
|
],
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"php": ">=5.3",
|
|
"phpunit/phpunit": "*",
|
|
"wp-coding-standards/wpcs": "~0.11.0"
|
|
}
|
|
}
|