Get-ShodanPorts.psd1

@{
    RootModule = 'Get-ShodanPorts.psm1'
    ModuleVersion = '1.1.3'
    GUID = '14061b50-2169-4329-b8f4-bf2002c33950'
    Author = 'SimeonOnSecurity'
    CompanyName = 'SimeonOnSecurity'
    Copyright = '2020 SimeonOnSecurity. All rights reserved.'
    Description = 'List all ports that Shodan is crawling on the Internet. Ex: Get-ShodanPorts -API'
    PrivateData = @{
        PSData = @{
            Tags = 'Shodan', 'PowerShell', 'Modules', 'ShodanPS', 'cmdlet'
            ProjectUri = 'https://simeononsecurity.com/github/shodan-powershell/'
            ReleaseNotes = 'Init'
        }
    }
}