nodejs-api
Expose node.js modules through an object
Install
$ npm install --save node-api
Usage
var nodes = require('nodejs-api');
nodes.console.log('hello'); // will print hello
See all modules available:
console.log(Object.keys(require('nodejs-api')));
LICENSE
MIT © Cristian Trifan