ThreadJo.psd1

@{
    RootModule        = 'ThreadJo.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '89426700-e677-4605-a872-c14542eddbc9'
    Author            = 'Skyler Sullivan'
    CompanyName       = 'Skyler Sullivan'
    Copyright         = '(c) Skyler Sullivan. All rights reserved.'
    Description       = 'Fast automation helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-ThreadJoStatus', 'Initialize-ThreadJo')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}