'use strict'; module.exports = function(app) { app.dateC = Date.now(); app.c = 'plugin c'; };