From 728d339739b63e9bb59e457e4a84fe9a65b93fc9 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 28 Sep 2019 12:10:25 +0200 Subject: Add uncompressed recipes --- uncompressed/github/LICENSE | 21 +++++++++++++++++++++ uncompressed/github/README.md | 3 +++ uncompressed/github/icon.svg | 3 +++ uncompressed/github/index.js | 4 ++++ uncompressed/github/package.json | 12 ++++++++++++ uncompressed/github/webview.js | 2 ++ 6 files changed, 45 insertions(+) create mode 100644 uncompressed/github/LICENSE create mode 100644 uncompressed/github/README.md create mode 100644 uncompressed/github/icon.svg create mode 100644 uncompressed/github/index.js create mode 100644 uncompressed/github/package.json create mode 100644 uncompressed/github/webview.js (limited to 'uncompressed/github') diff --git a/uncompressed/github/LICENSE b/uncompressed/github/LICENSE new file mode 100644 index 0000000..33926c0 --- /dev/null +++ b/uncompressed/github/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Sudhir Ganesan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/uncompressed/github/README.md b/uncompressed/github/README.md new file mode 100644 index 0000000..ab6e10c --- /dev/null +++ b/uncompressed/github/README.md @@ -0,0 +1,3 @@ +# GitHub Franz Plugin + +Follow instructions [here](https://github.com/meetfranz/plugins/blob/master/docs/integration.md) for installation of this plugin. diff --git a/uncompressed/github/icon.svg b/uncompressed/github/icon.svg new file mode 100644 index 0000000..146f66f --- /dev/null +++ b/uncompressed/github/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/uncompressed/github/index.js b/uncompressed/github/index.js new file mode 100644 index 0000000..5c2d144 --- /dev/null +++ b/uncompressed/github/index.js @@ -0,0 +1,4 @@ +"use strict"; + +module.exports = Franz => Franz; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImdpdGh1Yi9pbmRleC5qcyJdLCJuYW1lcyI6WyJtb2R1bGUiLCJleHBvcnRzIiwiRnJhbnoiXSwibWFwcGluZ3MiOiI7O0FBQUFBLE9BQU9DLE9BQVAsR0FBaUJDLFNBQVNBLEtBQTFCIiwiZmlsZSI6ImdpdGh1Yi9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gRnJhbnogPT4gRnJhbno7XG4iXX0= \ No newline at end of file diff --git a/uncompressed/github/package.json b/uncompressed/github/package.json new file mode 100644 index 0000000..b9e329c --- /dev/null +++ b/uncompressed/github/package.json @@ -0,0 +1,12 @@ +{ + "id": "github", + "name": "GitHub", + "version": "1.0.1", + "description": "GitHub", + "main": "index.js", + "author": "Sudhir Ganesan", + "license": "MIT", + "config": { + "serviceURL": "https://github.com/" + } +} diff --git a/uncompressed/github/webview.js b/uncompressed/github/webview.js new file mode 100644 index 0000000..0cd6361 --- /dev/null +++ b/uncompressed/github/webview.js @@ -0,0 +1,2 @@ +"use strict"; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJnaXRodWIvd2Vidmlldy5qcyIsInNvdXJjZXNDb250ZW50IjpbXX0= \ No newline at end of file -- cgit v1.2.3-70-g09d2