node-browser-pack

pack node-style source files from a json stream into a browser bundle
  https://github.com/substack/browser-pack
  0
  no reviews



This module takes a JSON files as input describing a set of javascript files and outputs a javascript function descripting source code and dependencies.

This modules is part of Browserify is a JavaScript tool that allows developers to write Node.js-style modules that compile for use in the browser.

Node.js is an event-based server-side JavaScript engine.