UNPKG

221 BJavaScriptView Raw
1/** Example of Apemanfile.js */
2
3"use strict";
4
5module.exports = {
6 $cwd:__dirname,
7 $pkg: {/*...*/},
8 $proto:[/*...*/],
9 $tmpls: {/*...*/},
10 $tasks: {/*...*/},
11 $apps: {/*...*/},
12 $wchs: {/*...*/}
13};
\No newline at end of file