Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / temporary / index.js
1 /**
2  * Temporary - The lord of tmp.
3  * 
4  * Author: Veselin Todorov <hi@vesln.com>
5  * Licensed under the MIT License.
6  */
7
8 /**
9  * Dependencies.
10  */
11 var package = require('package')(module);
12
13 /**
14  * Version.
15  */
16 module.exports.version = package.version;
17
18 /**
19  * Exporting the temp file
20  */
21 module.exports.File = require('./file');
22
23 /**
24  * Exporting the temp directory.
25  */
26 module.exports.Dir = require('./dir');