Merge afb-client
[src/app-framework-demo.git] / afb-client / bower_components / jszip / component.json
diff --git a/afb-client/bower_components/jszip/component.json b/afb-client/bower_components/jszip/component.json
new file mode 100644 (file)
index 0000000..8c1928f
--- /dev/null
@@ -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"
+  ]
+}