aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..06bb4eb
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,20 @@
+{
+ "api": "0",
+ "auth": "",
+ "authors": [
+ "Patrick Spek <p.spek@tyil.nl>"
+ ],
+ "depends": [
+ "Log",
+ "JSON::Fast"
+ ],
+ "description": "A Log implementation with JSON formatted output",
+ "license": "LGPL-3.0-only",
+ "name": "Log::JSON",
+ "perl": "6.d",
+ "provides": {
+ "Log::JSON": "lib/Log/JSON.rakumod"
+ },
+ "source-url": "",
+ "version": "0.0.0"
+}