From 02075924e861edb74935266cc722d362af87a9f0 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 4 May 2017 11:57:27 +0200 Subject: Continue separation of sources and put also html5 into separated dir Change-Id: I36bc61f69f0e2d197f1891f3ea7cfa30e9a29e3b Signed-off-by: Romain Forlot --- examples/html5/app/bower.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/html5/app/bower.json (limited to 'examples/html5/app/bower.json') diff --git a/examples/html5/app/bower.json b/examples/html5/app/bower.json new file mode 100644 index 0000000..c78c624 --- /dev/null +++ b/examples/html5/app/bower.json @@ -0,0 +1,22 @@ +{ + "name": "healthy-gulp-angular", + "version": "0.0.0", + "authors": "", + "private": true, + "dependencies": { + "angular": "~1.3.4", + "angular-cookies": "~1.3.4", + "foundation-apps": "~1.1.0", + "angular-ui-notification": "~0.0.14", + "foundation-icon-fonts": "*", + "jszip": "Stuk/jszip#~2.5.0" + }, + "overrides": { + "foundation": { + "main": [ + "dist/js/foundation-apps-templates.js", + "dist/js/foundation-apps.js" + ] + } + } +} -- cgit 1.2.3-korg