AMD style wrapper for node modules.
- Supports "define".
- Includes "define.amd.factory" to retrieve any module factory for easy unit testing.
- Includes "define.amd.register" to allow for registering a mock / stub module (e.g.: "define.amd.register('foo', );").
- Includes "define.amd.unregister" to allow for unregistering mock / stub modules (e.g.: "define.amd.unregister('foo');").
- npm install amd-ish
- Add it to your node app simply by doing a "require('amd-ish');" in your main js file.