Add package.json for bpkg

This commit is contained in:
William Melody 2015-05-20 16:47:32 -07:00
parent 87bce12994
commit 371b644f6f
1 changed files with 7 additions and 0 deletions

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"
}