I think given the extreme limitation of this jam, we should share any tiny dependencies anyone discovers as useful so we can all learn new ways to develop tiny games.
Personally, I can't find any binary dependencies for video or sound within the size limit, so I'm using HTML5's Canvas for drawing and plain JavaScript to do game logic and sound. This way I can have one .html file with inline scripts alongside small .mp3 files for a browser playable game.