pf-json.psd1

@{
RootModule = 'pf-Json.psm1'
ModuleVersion = '1.0.0.114'
GUID = 'da810c73-1b31-4f89-8e02-47143f0d6b6c'
Author = 'John Leyva'
CompanyName = 'Unknown'
Copyright = '(c) 2019 John Leyva. All rights reserved.'
Description = 'Module'
PowerShellVersion = '3.0'
FunctionsToExport = 'Get-Metadata', 'Format-Json'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
PrivateData = @{

    PSData = @{

    }

}

}