Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / jszip / bower.json
1 {
2   "name": "jszip",
3   "version": "2.5.0",
4   "homepage": "http://stuartk.com/jszip",
5   "authors": [
6     "Stuart Knightley <stuart@stuartk.com>"
7   ],
8   "description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
9   "main": "dist/jszip.js",
10   "keywords": [
11     "zip",
12     "deflate",
13     "inflate"
14   ],
15   "license": "MIT or GPLv3",
16   "ignore": [
17     "**/.*",
18     "node_modules",
19     "bower_components",
20     "test",
21     "tests"
22   ]
23 }