mirror of https://github.com/ColorlibHQ/gentelella
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.
23 lines
439 B
23 lines
439 B
9 years ago
|
{
|
||
|
"name": "jszip",
|
||
|
"homepage": "http://stuartk.com/jszip",
|
||
|
"authors": [
|
||
|
"Stuart Knightley <stuart@stuartk.com>"
|
||
|
],
|
||
|
"description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
|
||
|
"main": "dist/jszip.js",
|
||
|
"keywords": [
|
||
|
"zip",
|
||
|
"deflate",
|
||
|
"inflate"
|
||
|
],
|
||
|
"license": "MIT or GPLv3",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
]
|
||
|
}
|