commit 75743032ab94192529a74c2334e78e8dae6aadce
parent 81f6425c664207731c5205a6a38665b37f611a72
Author: Adam M <aemalone@gmail.com>
Date: Sat, 9 Mar 2019 11:58:50 -0600
Don't ignore plugin.json
Diffstat:
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -2,6 +2,7 @@ build
dist
.DS_Store
plugin.*
+!plugin.json
a.out
*.swp
*.swo
diff --git a/plugin.json b/plugin.json
@@ -0,0 +1,28 @@
+{
+ "slug": "computerscare",
+ "name": "computerscare",
+ "author": "computerscare",
+ "license": "BSD-3-Clause",
+ "authorEmail": "aemalone@test.com",
+ "pluginUrl": "https://github.com/freddyz/computerscare-vcv-modules",
+ "authorUrl": "https://github.com/freddyz/computerscare-vcv-modules",
+ "sourceUrl": "https://github.com/freddyz/computerscare-vcv-modules",
+ "version": "1.0.0",
+ "modules": {
+ "Isopig": {
+ "name": "Isopig",
+ "description": "Isopig testing",
+ "tags": ["Poly","Utility"]
+ },
+ "KnolyPobs":{
+ "name":"Knoly pobs",
+ "description":"Poly Knobs, 16 of them",
+ "tags":["Poly","Utility"]
+ },
+ "Debug":{
+ "name":"Debug",
+ "description":"Debugger",
+ "tags":["Poly","Utility"]
+ }
+ }
+}
+\ No newline at end of file