rave-node-process
v0.2.0
Published
Adds a window.process object that shims some of node's global.process functionality
Maintainers
Readme
rave-node-process
Install this into your rave project if you want to use some modules from npm that assume node environment and use the process global (e.g. react module). Check out the source of node-process module to see which bits of process are supported.
Usage
npm install --save rave-node-processThat's it, rave will autoload this extension and window.process will be installed.
