{ "author": "Masanao Izumo ", "contributors": [ "T. Jameson Little ", "Dan Kogai " ], "name": "deflate-js", "description": "DEFLATE implemented in JavaScript (works in browser and Node)", "license": "GPL", "version": "0.2.3", "main": "./index.js", "bin": { "deflate-js": "./bin/deflate.js", "inflate-js": "./bin/inflate.js" }, "repository": { "type": "git", "url": "git://github.com/beatgammit/deflate-js.git" }, "scripts": { "test": "cd test ; ./runner.py; cd -" }, "engines": { "node": ">= 0.4.0" }, "dependencies": {}, "devDependencies": { "optimist": "~0.2" } }