aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-23 21:24:26 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-04-23 21:24:26 +0200
commit9687382b803ec0dc5a7dd55be88b53a4264215f9 (patch)
treee522d65c4555acabcc282e87e6c75a799bd3aa38 /META6.json
Initial commit
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..45b4df5
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,25 @@
+{
+ "perl": "6",
+ "name": "Config",
+ "version": "1.0.0",
+ "auth": "githu:scriptkitties",
+ "description": "Extensible library for reading and writing configuration files.",
+ "license": "GPL-3.0",
+ "depends": [
+
+ ],
+ "provides": {
+ "Config": "lib/Config.pm6"
+ },
+ "authors": [
+ "Patrick Spek <p.spek@tyil.work>"
+ ],
+ "tags": [
+ "config",
+ "configuration"
+ ],
+ "test-depends": [
+ "Test::META"
+ ],
+ "source-url": "https://github.com/scriptkitties/p6-Config.git"
+}