mirror of https://github.com/ColorlibHQ/gentelella
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"name": "jszip",
|
|
"repo": "Stuk/jszip",
|
|
"description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
|
|
"version": "2.6.0",
|
|
"keywords": [
|
|
"zip",
|
|
"deflate",
|
|
"inflate"
|
|
],
|
|
"main": "dist/jszip.js",
|
|
"license": "MIT or GPLv3",
|
|
"scripts": [
|
|
"dist/jszip.js"
|
|
]
|
|
}
|