mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
35 lines
690 B
JSON
35 lines
690 B
JSON
{
|
|
"name": "jszip",
|
|
"filename": "jszip.min.js",
|
|
"version": "2.4.0",
|
|
"description": "Create, read and edit .zip files with Javascript",
|
|
"homepage": "http://stuk.github.io/jszip/",
|
|
"keywords": [
|
|
"zip",
|
|
"deflate",
|
|
"inflate"
|
|
],
|
|
"bugs": "https://github.com/Stuk/jszip/issues",
|
|
"maintainers": [
|
|
{
|
|
"name": "Stuart Knightley",
|
|
"web": "https://github.com/Stuk"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Stuk/jszip"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/Stuk/jszip.git",
|
|
"basePath": "dist/",
|
|
"files": [
|
|
"jszip.js",
|
|
"jszip.min.js"
|
|
]
|
|
}
|
|
}
|