mirror of
https://0xacab.org/radar/radar-wp.git
synced 2024-12-23 00:56:31 +01:00
22 lines
527 B
JSON
22 lines
527 B
JSON
{
|
|
"name": "events-radar/wp-plugin",
|
|
"description": "WordPress Plugin to display events from Radar.",
|
|
"license": "GPL-2.0+",
|
|
"authors": [
|
|
{
|
|
"name": "ekes",
|
|
"email": "ekes@iskra.net"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/events-radar/radar-api-php"
|
|
}
|
|
],
|
|
"minimum-stability": "alpha",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"events-radar/radar-api-php": "0.1.*@alpha"
|
|
}
|
|
}
|