simplezip.js
Version:
Lightweight uncompressed browser-compatible ZIP generation
32 lines (31 loc) • 911 B
JSON
{
"name": "simplezip.js",
"version": "1.1.0",
"description": "Lightweight uncompressed browser-compatible ZIP generation",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && browserify lib/index.js --standalone SimpleZip -o build/simplezip.js && uglifyjs --compress --mangle --output build/simplezip.min.js build/simplezip.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jamezo97/simplezip.js.git"
},
"keywords": [
"zip",
"uncompressed",
"browser"
],
"author": "James Wyatt",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jamezo97/simplezip.js/issues"
},
"homepage": "https://github.com/Jamezo97/simplezip.js#readme",
"devDependencies": {
"browserify": "^16.2.2",
"typescript": "^3.0.3",
"uglify-js": "^3.4.9"
},
"typings": "lib/index.d.ts"
}