pf-json.psd1

@{
  RootModule = 'pf-Json.psm1'
  ModuleVersion = '1.0.0.95'
  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 = 'Format-Json'
  CmdletsToExport = '*'
  VariablesToExport = '*'
  AliasesToExport = '*'
  PrivateData = @{PSData = @{}}
}