2016-04-23 13:18:11 +00:00
|
|
|
{
|
|
|
|
"name": "fisherman",
|
|
|
|
"description": "fish plugin manager",
|
2016-04-24 06:25:25 +00:00
|
|
|
"version": "2.1.9",
|
2016-04-23 13:18:11 +00:00
|
|
|
"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": {
|
2016-04-23 16:55:38 +00:00
|
|
|
"postinstall": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; cp -f fisher.fish \"$i/fisher.fish\"; echo '\\033[47m\\033[30mPlease reload your shell to start using fisherman.\\033[0m'",
|
2016-04-23 17:09:46 +00:00
|
|
|
"preuninstall": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; rm -f \"$i/fisher.fish\"; echo '\\033[47m\\033[30mPlease run ``functions -e fisher`` to unload fisherman from your session.\\033[0m'"
|
2016-04-23 13:18:11 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/fisherman/fisherman.git"
|
|
|
|
},
|
2016-04-23 16:11:33 +00:00
|
|
|
"preferGlobal": true,
|
2016-04-23 13:18:11 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
|
|
|
}
|