{
    "type": "gpii.deviceReporter.config.base",
    "options": {
        "gradeNames": ["fluid.component"],
        "components": {
            "server": {
                "type": "kettle.server",
                "options": {
                    "components": {
                        "deviceReporter": {
                            "type": "gpii.deviceReporter"
                        }
                    }
                }
            }
        }
    },
    "require": "deviceReporter"
}
