DSCResources/HubotPrerequisites/HubotPrerequisites.psd1

#
# Module manifest for module 'HubotPrerequisites'
#
# Generated by: Matthew Hodgkins
#
# Generated on: 5/06/2016
#

@{

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

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

# ID used to uniquely identify this module
GUID = '333bf1dd-6f53-414f-9a56-4a209e30cb29'

# Author of this module
Author = 'Matthew Hodgkins'

# Company or vendor of this module
CompanyName = 'hodgkins.io'

# Copyright statement for this module
Copyright = '(c) 2016 Matthew Hodgkins. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Composite DSC Resource to Install Hubot Prerequisites using cChoco'

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

# Minimum version of the common language runtime (CLR) required by this module
CLRVersion = '4.0'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @()

# DSC resources to export from this module
DscResourcesToExport = 'HubotPrerequisites'

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

            # Tags applied to this module. These help with module discovery in online galleries.
            Tags = @('DesiredStateConfiguration', 'DSC', 'Hubot', 'DSCResource', 'ChatOps')

            # A URL to the license for this module.
            LicenseUri = 'https://github.com/MattHodge/Hubot-DSC-Resource/blob/master/LICENSE'

            # A URL to the main website for this project.
            ProjectUri = 'https://github.com/MattHodge/Hubot-DSC-Resource'

            # A URL to an icon representing this module.
            IconUri = 'http://i.imgur.com/pGGMJtb.png'

            # ReleaseNotes of this module
            # ReleaseNotes = ''

        } # End of PSData hashtable
    } # End of PrivateData hashtable
}