/** * Bud file for README */ "use strict"; var pkg = require('./package.json'); module.exports = { force: true, mode: '444', data: { pkg: pkg, links: { 'ape-repo': 'https://github.com/ape-repo', 'GitHub Pages': 'https://pages.github.com/' } } }; if (!module.parent) { require('coz').render(__filename); }