UNPKG

tune-reporting

Version:
17 lines (16 loc) 458 B
#!/usr/bin/env node /** * TUNE Reporting API module. * * @module tune-reporting * @main tune-reporting * * @category tune-reporting-node * * @author Jeff Tanner <jefft@tune.com> * @copyright 2015 TUNE, Inc. (http://www.tune.com) * @license http://opensource.org/licenses/MIT The MIT License (MIT) * @version $Date: 2015-01-06 00:55:16 $ * @link http://developers.mobileapptracking.com @endlink */ module.exports = require('./lib');