Files

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"
]
}
}