Files
cdnjs/ajax/libs/jszip/package.json
T

25 lines
563 B
JSON

{
"name": "jszip",
"filename": "jszip.js",
"version": "2.0.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"
}
]
}