1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-06-01 14:00:52 +00:00

Add package.json for bpkg

This commit is contained in:
William Melody 2015-05-20 16:47:32 -07:00
parent 87bce12994
commit 371b644f6f

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "hosts",
"version": "1.3.0",
"description": "A command line tool for managing hosts file entries.",
"global": true,
"install": "make install"
}