archiver-json
a json plugin for archiver
Last updated 11 years ago by ctalkington .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install archiver-json 
SYNC missed versions from official npm registry.

archiver-json v0.1.1 Build Status

json archiver plugin

Install

$ npm install --save archiver-json

Usage

var Archiver = require('archiver');
var ArchiverJson = require('archiver-json');

new Archiver()
  .src('files/*.html')
  .dest('dest/archive.json')
  .use(ArchiverJson())
  .run();

API

ArchiverJson(options)

TBA

Things of Interest

Current Tags

  • 0.1.1                                ...           latest (11 years ago)

3 Versions

  • 0.1.1                                ...           11 years ago
  • 0.1.0                                ...           11 years ago
  • 0.0.1                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (3)
Dev Dependencies (6)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |