gpii-universal
Version:
Cross platform, core components of the GPII personalization infrastructure.
18 lines (14 loc) • 490 B
JavaScript
/*
* The data and scripts used to produce the "solutions registry" data used throughout the GPII.
*
* Copyright 2019 Raising the Floor - International
*
* Licensed under the New BSD license. You may not use this file except in
* compliance with this License.
*
* You may obtain a copy of the License at
* https://github.com/GPII/universal/blob/master/LICENSE.txt
*/
;
var fluid = require("infusion");
fluid.module.register("solutionsRegistry", __dirname, require);