{
	"sap.app": {
		"id": "sap.ui.core.sample.gherkin.GherkinWithQUnit",
		"applicationVersion": {
			"version": "1.0.0"
		}
	},
	"sap.ui5": {
		"config": {
			"sample": {
				"iframe": "GherkinTestRunner.html",
				"stretch": true,
				"files": [
					"GherkinTestRunner.html",
					"GherkinTestRunner.js",
					"Requirements1.feature",
					"Requirements2.feature",
					"codeUnderTest.js",
					"Steps.js",
					"manifest.json"
				]
			}
		}
	}
}