You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
319 B
17 lines
319 B
2 months ago
|
{
|
||
|
"name": "jszip",
|
||
|
"repo": "Stuk/jszip",
|
||
|
"description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
|
||
|
"version": "2.5.0",
|
||
|
"keywords": [
|
||
|
"zip",
|
||
|
"deflate",
|
||
|
"inflate"
|
||
|
],
|
||
|
"main": "dist/jszip.js",
|
||
|
"license": "MIT or GPLv3",
|
||
|
"scripts": [
|
||
|
"dist/jszip.js"
|
||
|
]
|
||
|
}
|