UNPKG

194 BJavaScriptView Raw
1'use strict'
2
3module.exports = {
4 $pkg: { /* ... */ },
5 $proto: [
6 // Inherit abstract project.
7 require('apeman-proto-abstract')
8 ],
9 $tmpls: { /* ... */ },
10 $tasks: { /* ... */ }
11}