UNPKG

bower

Version:

The browser package manager

51 lines (50 loc) 1.05 kB
{ "name": "decompress-zip", "version": "0.2.2", "description": "Extract files from a ZIP archive", "main": "lib/decompress-zip.js", "scripts": { "test": "grunt test" }, "bin": "bin/decompress-zip", "repository": "bower/decompress-zip", "engines": { "node": ">=0.10.0" }, "keywords": [ "zip", "unzip", "tar", "untar", "compress", "decompress", "archive", "extract", "zlib" ], "author": "Bower", "license": "MIT", "dependencies": { "binary": "^0.3.0", "graceful-fs": "^4.1.3", "mkpath": "^0.1.0", "nopt": "^3.0.1", "q": "^1.1.2", "readable-stream": "^1.1.8", "touch": "0.0.3" }, "devDependencies": { "chai": "^1.10.0", "coveralls": "^2.11.2", "fs-jetpack": "~0.5.2", "grunt": "^0.4.1", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-watch": "^0.6.1", "grunt-exec": "^0.4.2", "grunt-simple-mocha": "^0.4.0", "istanbul": "^0.3.5", "mocha": "^2.1.0", "tmp": "0.0.24" } }