{

	"scripts": {
		"inputsPath":[
			"src/js/helper/recursion.js",
			"src/js/helper/time.js",

			"src/js/service/active-section.js",
			"src/js/service/request-animation-frame.js",
			"src/js/service/scroll.js",

			"src/js/controller/menu-restaurant-item.js",
			"src/js/controller/menu-restaurant-submenu.js",
			"src/js/controller/menu-restaurant.js",
			"src/js/controller/nav-restaurant-submenu.js",
			"src/js/controller/nav-restaurant.js",
			"src/js/controller/highlight-text.js",
			"src/js/controller/sticky-title.js",

			"src/js/directive/dcom-menu-restaurant-item.js",
			"src/js/directive/dcom-menu-restaurant-submenu.js",

			"src/js/directive/dcom-nav-restaurant-submenu.js",

			"src/js/directive/dcom-highlight-text.js",
			"src/js/directive/dcom-sticky-title.js",

			"src/js/index.js",

			"src/js/directive/dcom-menu-restaurant.js",
			"src/js/directive/dcom-nav-restaurant.js",

			"src/template/highlight-text.html",
			"src/template/sticky-title.html",

			"src/template/menu-restaurant.html",
			"src/template/menu-restaurant-item.html",
			"src/template/menu-restaurant-submenu.html",

			"src/template/nav-restaurant.html",
			"src/template/nav-restaurant-submenu.html"
		],
		"outputFile": "menu-restaurant.js"
	},

	"styles": {
		"inputsPath":[
		],
		"outputFile": "menu-restaurant.css"
	},

	"templates": {
		"module": "dcom.directive.menuRestaurant"
	}

}