github.com/mattdotmatt/gauge@v0.3.2-0.20160421115137-425a4cdccb62/plugin/install/_testdata/plugin.json (about) 1 { 2 "id" : "html-report", 3 "version" : "2.0.1", 4 "name" : "Html Report", 5 "description" : "Html reporting plugin", 6 "preInstall": { 7 "windows": [], 8 "linux": [], 9 "darwin": ["pre install command"] 10 }, 11 "postInstall": { 12 "windows": [], 13 "linux": [], 14 "darwin": [] 15 }, 16 "command" : { 17 "windows" : ["bin/html-report"], 18 "linux" : ["bin/html-report"], 19 "darwin" : ["bin/html-report"] 20 }, 21 "preUnInstall": { 22 "windows": [], 23 "linux": [], 24 "darwin": ["pre uninstall command"] 25 }, 26 "postUnInstall": { 27 "windows": [], 28 "linux": [], 29 "darwin": [] 30 }, 31 "scope" : ["Execution"], 32 "gaugeVersionSupport": { 33 "minimum": "0.3.0", 34 "maximum": "" 35 } 36 }