UNPKG

just-zip

Version:

Just Zip both files and directories with ease

37 lines 738 B
{ "name": "just-zip", "description": "Just Zip both files and directories with ease", "version": "0.0.2", "license": "MIT", "author": { "name": "Alexander Polomoshnov", "url": "https://github.com/polomoshnov" }, "dependencies": { "coffee-script": "*", "archiver": "0.14.4" }, "engines": { "node": ">= 0.10.0" }, "scripts": { "prepublish": "coffee --no-header -o lib/ src/" }, "main": "lib/just-zip.js", "repository": { "type": "git", "url": "https://github.com/polomoshnov/just-zip.git" }, "bugs": { "url": "https://github.com/polomoshnov/just-zip/issues" }, "keywords": [ "zip", "node-zip", "easy-zip", "jszip", "just-zip", "archive", "archiver" ] }