PS.ReadLine.psd1

@{
    RootModule        = 'PS.ReadLine.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'b7448ce3-7a88-4e3f-8482-58b6563e8057'
    Author            = 'Skyler Hayes'
    CompanyName       = 'Skyler Hayes'
    Copyright         = '(c) Skyler Hayes. All rights reserved.'
    Description       = 'Portable automation helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-PSReadLineStatus', 'Initialize-PSReadLine')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}