tldr-bash-client/package.json

10 lines
234 B
JSON

{
"name": "tldr-bash-client",
"version": "0.2",
"description": "Bash client for tldr: community driven man-by-example",
"global": "true",
"install": "make install",
"uninstall": "make uninstall",
"scripts": [ "tldr" ]
}