UNPKG

amoeba

Version:
30 lines (27 loc) 1.28 kB
// == BSD2 LICENSE == // Copyright (c) 2014, Tidepool Project // // This program is free software; you can redistribute it and/or modify it under // the terms of the associated License, which is identical to the BSD 2-Clause // License as published by the Open Source Initiative at opensource.org. // // This program is distributed in the hope that it will be useful, but WITHOUT // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS // FOR A PARTICULAR PURPOSE. See the License for more details. // // You should have received a copy of the License along with this program; if // not, you can obtain one from Tidepool Project at tidepool.org. // == BSD2 LICENSE == 'use strict'; exports.arrays = require('./lib/arrays.js'); exports.base32hex = require('./lib/base32hex.js'); exports.config = require('./lib/config.js'); exports.mongoUtil = require('./lib/mongoUtil.js'); exports.events = require('./lib/events.js'); exports.except = require('./lib/except.js'); exports.files = require('./lib/files.js'); exports.httpClient = require('./lib/httpClient.js'); exports.lifecycle = require('./lib/lifecycle.js'); exports.polling = require('./lib/polling.js'); exports.pre = require('./lib/pre.js'); exports.permissions = require('./lib/permissions.js');