UNPKG

noide

Version:

Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.

7 lines (5 loc) 102 B
function Task (data) { this.name = data.name this.command = data.command } module.exports = Task