Hubot Scripts
Optional scripts for hubot, opt in via hubot-scripts.json
...Any third-party dependencies for scripts need the addition of your package.json otherwise, a lot of errors will be thrown during the startup of your hubot. You can find a list of dependencies for a script in the documentation header at the top of the script. The best way is to take a look at an existing script and see how things are set up. Hubot scripts are written in CoffeeScript, a higher-level implementation of JavaScript.