PsGoogle.psd1

@{
  RootModule = 'PsGoogle.psm1'
  ModuleVersion = '1.7'
  GUID = 'b489de8f-7ecb-4987-b44d-b72af4f69315'
  Author = 'Gordy'
  Description = 'Google web search CLI for Powershell'
  FunctionsToExport = 'google'
  PrivateData = @{
    PSData = @{
      ProjectUri = 'https://github.com/gfody/PsGoogle'
      ReleaseNotes = 'added parameters -o to return objects and -n to limit results'
    }
  }
}