diff --git a/bucket/gron.json b/bucket/gron.json new file mode 100644 index 0000000000..7360d43955 --- /dev/null +++ b/bucket/gron.json @@ -0,0 +1,17 @@ +{ + "version": "0.6.1", + "description": "Transform JSON into discrete assignments to make it easier to grep and see the absolute 'path'.", + "homepage": "https://github.com/tomnomnom/gron", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/tomnomnom/gron/releases/download/v0.6.1/gron-windows-amd64-0.6.1.zip", + "hash": "50747640a28c46affd71c1dcb44b31772facc38a9a95bcd22077e141095e8b45" + }, + "32bit": { + "url": "https://github.com/tomnomnom/gron/releases/download/v0.6.1/gron-windows-386-0.6.1.zip", + "hash": "0de1f46f693b36b1c1a3b6af2d013b3d1db1ee7e49e00d4dbafd58200e3704e2" + } + }, + "bin": "gron.exe" +}