diff options
author | 2016-02-14 19:48:44 +0100 | |
---|---|---|
committer | 2016-02-14 19:48:44 +0100 | |
commit | 686ba42466ca46f9e49f13d45ae9a225aa2dbe51 (patch) | |
tree | 209ff8b5e73b3ffe44c05cc73cd764c8768b9e0a /plugins/json/plugin.json | |
parent | 5a31d8513b9bc63637aa50bffb59d4ce1c246029 (diff) |
Added plugin info json files and made system automatically load available plugins and start them if flagged so (nw)
Diffstat (limited to 'plugins/json/plugin.json')
-rw-r--r-- | plugins/json/plugin.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/json/plugin.json b/plugins/json/plugin.json new file mode 100644 index 00000000000..c5a0c77355d --- /dev/null +++ b/plugins/json/plugin.json @@ -0,0 +1,8 @@ +{ + "plugin": { + "name": "json", + "version": "2.5.0", + "author": "David Kolf", + "type": "library", + } +}
\ No newline at end of file |