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