From a64c63afd2fc77f7d4372ae3150322b4efae0c3b Mon Sep 17 00:00:00 2001 From: Joel Robichaud Date: Sun, 10 Dec 2017 01:42:09 -0500 Subject: [PATCH] Create Nohmad.json Added manifest file for Nohmad modules. --- plugins/Nohmad.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 plugins/Nohmad.json diff --git a/plugins/Nohmad.json b/plugins/Nohmad.json new file mode 100644 index 00000000..6a973c97 --- /dev/null +++ b/plugins/Nohmad.json @@ -0,0 +1,22 @@ +{ + "slug": "Nohmad", + "name": "Nohmad", + "license": "MIT", + "version": "0.5.0", + "manual": "https://github.com/joelrobichaud/Nohmad/blob/master/README.md", + "source": "https://github.com/joelrobichaud/Nohmad", + "downloads": { + "win": { + "download": "https://github.com/joelrobichaud/Nohmad/releases/download/v0.5.0/Nohmad.zip", + "sha256": "e6482337c0a7b0c9fd3ccf7bf4d81e9a575a9196125600a5caaa6f6609a72ca3" + }, + "lin": { + "download": "https://github.com/joelrobichaud/Nohmad/releases/download/v0.5.0/Nohmad.zip", + "sha256": "e6482337c0a7b0c9fd3ccf7bf4d81e9a575a9196125600a5caaa6f6609a72ca3" + }, + "mac": { + "download": "https://github.com/joelrobichaud/Nohmad/releases/download/v0.5.0/Nohmad.zip", + "sha256": "e6482337c0a7b0c9fd3ccf7bf4d81e9a575a9196125600a5caaa6f6609a72ca3" + } + } +}