0.1.1 • Published 9 years ago

jsonminifyify v0.1.1

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

jsonminifyify

Browserify transform to minify JSON files

Usage

Installation

$ npm install --save-dev jsonminifyify

Options

  • files: Array or String. Globs of JSON files to match. Examples: package.json; **/*.json
  • cwd: String. Defaults to the result of process.cwd(). The transform will prepend this directory path when matching globs against files processed by Browserify.

Author

Christopher Hiller

License

MIT