about 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.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..ea7d30b
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,24 @@
+{
+    "name" : "caelum",
+    "auth" : "github:andinus",
+    "version" : "0.1.0",
+    "description" : "Caelum is a text based Cee-lo game",
+    "authors" : [ "Andinus <andinus@nand.sh>" ],
+    "license" : "ISC",
+    "perl" : "6.d",
+    "provides" : {
+        "Caelum::CLI" : "lib/Caelum/CLI.rakumod",
+        "Caelum::Player" : "lib/Caelum/Player.rakumod",
+    },
+    "depends" : [
+        "Terminal::Table:auth<github:araraloren>"
+    ],
+    "build-depends" : [ ],
+    "test-depends" : [ ],
+    "resources" : [
+    ],
+    "tags": [
+        "Caelum", "Cee-lo", "Chinchirorin", "Chinchiro"
+    ],
+    "source-url" : "https://git.tilde.institute/andinus/caelum"
+}