0.2.1 • Published 7 years ago

gulp-json5-to-json v0.2.1

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

gulp-json5-to-json

NPM Version Minimum Node.js Version License

Installation

$ npm install --save-dev gulp-json5-to-json

Usage

const gulp = require('gulp');
const json5 = require('gulp-json5-to-json');

gulp.task('default', () => {
  return gulp.src('src/**/*.json5')
    .pipe(json5({ beautify: true }))
    .pipe(gulp.dest('./build'));
});

Options

  • beautify - Causes the resulting file to be pretty-printed.

License

MIT

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago