diff options
author | Camil Staps | 2017-02-04 00:15:30 +0100 |
---|---|---|
committer | Camil Staps | 2017-02-04 00:15:30 +0100 |
commit | 8fd9782b67bd97b33adab00815d215d10382adea (patch) | |
tree | b573af31d974ee646e47f9f124f18edb0c934529 /clpm.json | |
parent | Initial commit (diff) |
Basic Package structure
Diffstat (limited to 'clpm.json')
-rw-r--r-- | clpm.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clpm.json b/clpm.json new file mode 100644 index 0000000..74a453d --- /dev/null +++ b/clpm.json @@ -0,0 +1,6 @@ +{ + "name": "CLPM", + "desc": "Clean Package Manger", + "author": "Camil Staps", + "url": "https://github.com/camilstaps/clpm" +} |