d37f6ddc625d323777256fe1b647fae2cae6c06f.svn-base
418 Bytes
/**
* Temporary - The lord of tmp.
*
* Author: Veselin Todorov <hi@vesln.com>
* Licensed under the MIT License.
*/
/**
* Dependencies.
*/
var package = require('package')(module);
/**
* Version.
*/
module.exports.version = package.version;
/**
* Exporting the temp file
*/
module.exports.File = require('./lib/file');
/**
* Exporting the temp directory.
*/
module.exports.Dir = require('./lib/dir');