hGrep.psd1

@{
RootModule = 'hGrep.psm1'
ModuleVersion = '1.3.1'
GUID = '0ea05f1c-26c4-4ff5-8265-3653e25a87f4'
Author = 'earthdiver1'
Description = 'A grep-like tool with a color highlighting feature.'
AliasesToExport = 'hGrep' 
PrivateData = @{
   PSData = @{
      Tags = @('grep','regex','RegularExpression')
   }
}
}