zip-local
Version:
very simple zipping/uzipping of local files and directories in node.js
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "zip-local",
"version": "0.3.5",
"description": "very simple zipping/uzipping of local files and directories in node.js",
"main": "main.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./tests/*.test.js",
"pretest": "node ./tests/cleanup.js",
"posttest": "node ./tests/cleanup.js"
},
"directories": {
"lib": "libs",
"test": "tests"
},
"keywords": [
"zip",
"unzip",
"async",
"sync",
"compression",
"zip-local",
"jszip"
],
"author": "Mostafa Samir <mostafa.3210@gmail.com>",
"license": {
"type": "MIT",
"url": "https://github.com/Mostafa-Samir/zip-local/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/Mostafa-Samir/zip-local/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Mostafa-Samir/zip-local.git"
},
"dependencies": {
"async": "^1.4.2",
"graceful-fs": "^4.1.3",
"jszip": "^2.6.1",
"q": "^1.4.1"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^9.1.3",
"rimraf": "^2.4.3"
}
}