ElmDSCResource.psd1

@{

# Script module or binary module file associated with this manifest.
RootModule = 'ElmDscResource.psm1'

DscResourcesToExport = 'ElmResource'

# Version number of this module.
ModuleVersion = '1.0'

# ID used to uniquely identify this module
GUID = 'd33a63c9-6020-4d51-8fef-ba1aea240f98'

# Author of this module
Author = 'Doug Finke'

# Company or vendor of this module
CompanyName = 'Doug Finke'

# Copyright statement for this module
Copyright = '(c) 2014 Doug Finke. All rights reserved.'

# Description of the functionality provided by this module
Description = 'PowerShell DSC Provide that compiles Elm language files'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

}