0.0.1 • Published 7 years ago

rifi-bundle v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

rifi-bundle

The bundling part of rifi, the distributed module system

Installation

npm install rifi-bundle --save

Tests

npm install
npm test

Dependencies

  • browser-pack: pack node-style source files from a json stream into a browser bundle
  • rifi-load: The loading part of rifi, the distributed module system

Dev Dependencies

  • pino: super fast, all natural json logger
  • proxyquire: Proxies nodejs require in order to allow overriding dependencies during testing.
  • tap: A Test-Anything-Protocol library
  • through2: A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

License

MIT