UNPKG

gzip-all

Version:

Create .gz files for all files in a folder

35 lines (34 loc) 737 B
{ "name": "gzip-all", "version": "1.0.0", "description": "Create .gz files for all files in a folder", "main": "index.js", "bin": "./bin.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/TehShrike/gzip-all.git" }, "keywords": [ "gzip", "file" ], "author": "TehShrike", "license": "WTFPL", "bugs": { "url": "https://github.com/TehShrike/gzip-all/issues" }, "homepage": "https://github.com/TehShrike/gzip-all#readme", "devDependencies": { "hard-rejection": "0.1.0", "power-assert": "1.4.2", "rimraf": "2.5.4" }, "dependencies": { "glob": "7.1.1", "p-map": "1.1.0", "then-denodeify": "1.0.0" } }