diff options
author | 2016-03-24 21:06:49 +0100 | |
---|---|---|
committer | 2016-03-24 21:07:39 +0100 | |
commit | 315612190b68d80f68698e104b8d8fe9d382c1cd (patch) | |
tree | 9575bbc2f692c46a85b0feed4f902a8a0a237bb8 /plugins/json/plugin.json | |
parent | 5e23c377cf9ac6bf957935f58548f4761c548550 (diff) |
Added parsing of plugin json files for machine_manager (nw)
Diffstat (limited to 'plugins/json/plugin.json')
-rw-r--r-- | plugins/json/plugin.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/json/plugin.json b/plugins/json/plugin.json index c5a0c77355d..c089e2cf178 100644 --- a/plugins/json/plugin.json +++ b/plugins/json/plugin.json @@ -1,8 +1,9 @@ { "plugin": { "name": "json", + "description": "json library", "version": "2.5.0", "author": "David Kolf", - "type": "library", + "type": "library" } }
\ No newline at end of file |