UNPKG

derby

Version:

MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.

14 lines (11 loc) 220 B
var config = { filename: __filename , scripts: { dropdown: require('./dropdown') } } module.exports = plugin plugin.decorate = 'derby' function plugin(derby, options) { derby.createLibrary(config, options) }