2
0
mirror of https://github.com/pepa65/tldr-bash-client.git synced 2024-09-21 07:51:28 +02:00
tldr-bash-client/package.json
2017-02-22 23:06:21 +07:00

10 lines
235 B
JSON

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