hosts/package.json

8 lines
164 B
JSON
Raw Normal View History

2015-05-20 23:47:32 +00:00
{
"name": "hosts",
2020-03-16 01:55:34 +00:00
"version": "3.2.0",
2015-05-20 23:47:32 +00:00
"description": "A command line tool for managing hosts file entries.",
"global": true,
"install": "make install"
}