mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-01 19:59:21 +02:00
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"enabled": 1,
|
|
"name": "Example Settings Plugin",
|
|
"description": "This is just an example of a Plugin for MyAAC.",
|
|
"version": "1.0",
|
|
"author": "nobody",
|
|
"contact": "nobody@example.org",
|
|
"require": {
|
|
"myaac": "0.9.0"
|
|
}
|
|
}
|