UNPKG

gzip-js

Version:

GZIP in pure JavaScript (works in the browser)

30 lines (29 loc) 598 B
{ "author": "T. Jameson Little <t.jameson.little@gmail.com>", "name": "gzip-js", "description": "GZIP in pure JavaScript (works in the browser)", "version": "0.3.2", "license": "GPL", "repository": { "type": "git", "url": "git://github.com/beatgammit/gzip-js.git" }, "main": "./lib/gzip.js", "bin": { "gzip-js": "./bin/gzip.js", "gunzip-js": "./bin/gunzip.js" }, "scripts": { "test": "cd test; ./runner.py; cd -" }, "engines": { "node": ">= 0.4.0" }, "dependencies": { "crc32": ">= 0.2.2", "deflate-js": ">= 0.2.2" }, "devDependencies": { "optimist": "~0.2" } }