var uuid = require('node-uuid') var id = uuid.v4() module.exports = { id: id }