UNPKG

gpii-universal

Version:

Cross platform, core components of the GPII personalization infrastructure.

13 lines (9 loc) 333 B
"use strict"; var fluid = require("infusion"); fluid.module.register("flowManager", __dirname, require); require("./src/SystemUtils.js"); require("./src/MatchMaking.js"); require("./src/SessionAware.js"); require("./src/FlowManager.js"); require("./src/CloudBasedFlowManager.js"); require("./src/SolutionsRegistryDataSource.js");