gentelella/vendors/jszip/bower.json

23 lines
439 B
JSON
Raw Normal View History

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