Node.js wedge to allow customized code to override repo code
npm install customizablenpm install customize --savejavascript
require('customize');
...
require('other.js');
``Will actually require 'my-other.js' in place of 'other.js' if found.
See test/test.js for an example.