summary refs log tree commit diff stats
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..559fd1a
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,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"
+}