summaryrefslogtreecommitdiff
path: root/.config/micro/plug/wc/repo.json
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-07-16 18:13:16 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-07-16 18:13:16 -0400
commit8fad9a5ecddc88d57a531e4b0084544984f23d25 (patch)
tree84954bc8219942aa56bc899330ccd0007bbe0ef0 /.config/micro/plug/wc/repo.json
parent2887af7fcfb4d618dd13cf66ec2fbdbd84c7527c (diff)
Added profile and other missing configs
Diffstat (limited to '.config/micro/plug/wc/repo.json')
-rw-r--r--.config/micro/plug/wc/repo.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/micro/plug/wc/repo.json b/.config/micro/plug/wc/repo.json
new file mode 100644
index 0000000..3f6a05d
--- /dev/null
+++ b/.config/micro/plug/wc/repo.json
@@ -0,0 +1,22 @@
+[{
+ "Name": "wc",
+ "Description": "Plugin to count words/characters in micro",
+ "Tags": ["wc", "word", "character", "count"],
+ "Website": "https://github.com/adamnpeace/micro-wc-plugin",
+ "Versions": [
+ {
+ "Version": "1.1.0",
+ "Url": "https://github.com/adamnpeace/micro-wc-plugin/archive/v1.1.0.zip",
+ "Require": {
+ "micro": ">=2.0.0-1"
+ }
+ },
+ {
+ "Version": "1.0.1",
+ "Url": "https://github.com/adamnpeace/micro-wc-plugin/archive/v1.0.1.zip",
+ "Require": {
+ "micro": ">=1.1.0"
+ }
+ }
+ ]
+}]