2
0
mirror of https://github.com/pepa65/tldr-bash-client.git synced 2024-11-10 21:26:58 +01:00
tldr-bash-client/package.json
2017-02-22 19:57:27 +07:00

10 lines
283 B
JSON

{
"name": "tldr-bash-client",
"version": "0.1a",
"description": "A fully-functional bash client for the tldr project, providing poignant examples of terminal commands",
"global": "true",
"install": "make install",
"uninstall": "make uninstall",
"scripts": [ "tldr" ]
}