You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fisher/package.json

43 lines
793 B
JSON

{
"name": "fisherman",
"version": "0.2.0",
"description": "fish plugin manager",
"main": "index.js",
"directories": {
"man": "man",
"test": "test"
},
"scripts": {
"install": "make",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fisherman/fisherman.git"
},
"keywords": [
"fish-shell",
"shell",
"fisherman",
"theme",
"prompt",
"shell",
"manager",
"package",
"package manager",
"git",
"framework",
"fast",
"light",
"pretty",
"minimal"
],
"author": "Jorge Bucaran",
"license": "MIT",
"bugs": {
"url": "https://github.com/fisherman/fisherman/issues"
},
"homepage": "https://github.com/fisherman/fisherman#readme",
"dependencies": {}
}