summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/jszip/bower.json
blob: ff9de90acf29cabdec7585c3ab00329d346093ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "jszip",
  "version": "2.5.0",
  "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"
  ]
}