summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/jszip/component.json
diff options
context:
space:
mode:
Diffstat (limited to 'afb-client/bower_components/jszip/component.json')
-rw-r--r--afb-client/bower_components/jszip/component.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/afb-client/bower_components/jszip/component.json b/afb-client/bower_components/jszip/component.json
new file mode 100644
index 0000000..8c1928f
--- /dev/null
+++ b/afb-client/bower_components/jszip/component.json
@@ -0,0 +1,16 @@
+{
+ "name": "jszip",
+ "repo": "Stuk/jszip",
+ "description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
+ "version": "2.5.0",
+ "keywords": [
+ "zip",
+ "deflate",
+ "inflate"
+ ],
+ "main": "dist/jszip.js",
+ "license": "MIT or GPLv3",
+ "scripts": [
+ "dist/jszip.js"
+ ]
+}