UNPKG

easy-zip2

Version:
34 lines (33 loc) 644 B
{ "name": "easy-zip2", "version": "3.1.0", "description": "A fork of npm module easy-zip", "repository": { "type": "git", "url": "git://github.com/jrnewell/easy-zip2.git" }, "main": "easy-zip.js", "scripts": { "test": "node test" }, "dependencies": { "async": "^3.1.0", "graceful-fs": "^4.2.3", "jszip": "^3.2.2" }, "keywords": [ "easy-zip2", "zip", "node-zip", "easy-zip", "jszip" ], "author": "James Newell <james.newell@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/jrnewell/easy-zip2/issues" }, "engines": { "node": ">=8.0.0" } }