UNPKG

guvnor

Version:

A node process manager that isn't spanners all the way down

7 lines (5 loc) 121 B
function RemoteUser (options) { this.name = options.name this.secret = options.secret } module.exports = RemoteUser