summaryrefslogtreecommitdiffstats
path: root/afb-client/bower.json
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2015-12-20 21:04:34 +0100
committerFulup Ar Foll <fulup@iot.bzh>2015-12-20 21:04:34 +0100
commit4136c1506e0c894e604ec069339313987a7e05e7 (patch)
tree1276966f93dce30949e78d4aef456223dea71b48 /afb-client/bower.json
parent07eb8e102607da8d6a4c1cd9835e8465c9280161 (diff)
Implemented client upload with rangeslider and zip open
Diffstat (limited to 'afb-client/bower.json')
-rw-r--r--afb-client/bower.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/afb-client/bower.json b/afb-client/bower.json
index 84dbe1e..c78c624 100644
--- a/afb-client/bower.json
+++ b/afb-client/bower.json
@@ -8,11 +8,15 @@
"angular-cookies": "~1.3.4",
"foundation-apps": "~1.1.0",
"angular-ui-notification": "~0.0.14",
- "foundation-icon-fonts": "*"
+ "foundation-icon-fonts": "*",
+ "jszip": "Stuk/jszip#~2.5.0"
},
"overrides": {
"foundation": {
- "main": ["dist/js/foundation-apps-templates.js", "dist/js/foundation-apps.js"]
+ "main": [
+ "dist/js/foundation-apps-templates.js",
+ "dist/js/foundation-apps.js"
+ ]
}
}
}