summary refs log tree commit diff stats
path: root/META6.json
blob: 559fd1a0d954e4edeb300b95a329f69cb5efb64b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "name": "crater",
    "auth": "zef:andinus",
    "version": "0.1.0",
    "description": "Crater is a photo gallery",
    "authors": ["Andinus <andinus@nand.sh>"],
    "license": "ISC",
    "perl": "6.d",
    "provides": {
        "Crater::Service": "lib/Crater/Service.rakumod",
        "Crater::Routes": "lib/Crater/Routes.rakumod",
        "Crater::Routes::Auth": "lib/Crater/Routes/Auth.rakumod",
        "Crater::Routes::Gallery": "lib/Crater/Routes/Gallery.rakumod",
        "Crater::Gallery": "lib/Crater/Gallery.rakumod",
        "Crater::Session": "lib/Crater/Session.rakumod"
    },
    "depends": [
        "DBIish:ver<0.6.5+>:auth<zef:raku-community-modules>",
        "Cro::HTTP",
        "Cro::WebApp"
    ],
    "build-depends": [],
    "test-depends": [],
    "resources": [

    ],
    "tags": [
        "crater", "media", "gallery"
    ],
    "source-url": "https://github.com/andinus/crater"
}