mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
31 lines
958 B
JSON
31 lines
958 B
JSON
{
|
|
"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"
|
|
}
|