tldr-bash-client/package.json

10 lines
234 B
JSON
Raw Normal View History

2017-02-22 13:57:27 +01:00
{
"name": "tldr-bash-client",
"version": "0.2",
2017-02-22 17:06:21 +01:00
"description": "Bash client for tldr: community driven man-by-example",
2017-02-22 13:57:27 +01:00
"global": "true",
"install": "make install",
"uninstall": "make uninstall",
"scripts": [ "tldr" ]
}