###*
# This is a feature module, which means that its responsible for
# functionality which is not reusable within other modules (but not apps)
# For example, a nerd portal
# @class App
###
class App extends App('hn.enterprise')
    constructor: ->
        return [
            'ui.router'
            'ngMessages'
            'ui.bootstrap'
            'ngTagsInput'
            'angularMoment'
            'appConfig'
            'ui.select'
            'stripe.checkout'

            'hn.core'
            'hn.resources'
            'hn.auth'
            'hn.components.upload'
            'hn.nerds'
            'hn.nerds.components'
            'hn.logging'
            'hn.projects.components'
        ]
