aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 2fa2f5dfc6625dab017330ca156cab85c0dcd0bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "perl": "6.d",
    "name": "App::MediaControl",
    "depends": [
        "Config::TOML",
        "Cro::BodyParser:ver<0.8.8>",
        "Cro::HTTP::Client:ver<0.8.8>",
        "Cro::HTTP::Message:ver<0.8.8>",
        "Cro::HTTP::Router:ver<0.8.8>",
        "Cro::HTTP::Server:ver<0.8.8>",
        "Cro::Uri::HTTP:ver<0.8.8>",
        "Cro::WebApp::Template:ver<0.8.8>",
        "DB::SQLite",
        "NativeCall",
        "XML"
    ],
    "resources": [
        "index.html",
        "ir.png",
        "ir.webmanifest"
    ]
}