{ "name": "fisherman", "description": "fish plugin manager", "version": "2.1.5", "author": "Jorge Bucaran", "homepage": "https://github.com/fisherman/fisherman", "bugs": "https://github.com/fisherman/fisherman/issues", "keywords": [ "install", "plugins", "parallel", "concurrent", "fish", "fish-shell", "package manager" ], "scripts": { "preinstall": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; cp -f fisher.fish \"$i/fisher.fish\"; exec fish < /dev/tty", "preuninstall": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; rm -f \"$i/fisher.fish\"; exec fish < /dev/tty" }, "repository": { "type": "git", "url": "git+https://github.com/fisherman/fisherman.git" }, "preferGlobal": true, "engines": { "node": "*" }, "license": "MIT" }