Download the latest release
Unzip and copy event-dispatcher.jar to [your-spigotmc-directory]/plugins and copy the event-dispatcher folder to [your-scriptcraft-directory]/modules to support both native and ScriptCraft events.
Import the event-dispatcher module via the require module:
var EventDispatcher = require('event-dispatcher');
Download the latest release
Unzip and copy the cellar-dweller folder to [your-scriptcraft-directory]/modules
Import the cellar-dweller module via the require module:
var CellarDwellar = require('cellar-dweller');