buckle
Version:
Pure JS ZIP extractor, that preserves file attributes.
32 lines (31 loc) • 648 B
JSON
{
"name": "buckle",
"version": "0.0.3",
"description": "Pure JS ZIP extractor, that preserves file attributes.",
"keywords": [
"unzip",
"unpack",
"zip",
"extract",
"pure",
"chmod",
"permissions"
],
"main": "index.js",
"bin": {
"buckle": "bin/buckle"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"decompress-zip": "git://github.com/tomas/decompress-zip",
"async": "~0.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tomas/buckle.git"
},
"author": "Tomas Pollak <tomas@forkhq.com>",
"license": "MIT"
}