From 708262f912f66f8b33e8993d41ec33ce35af876c Mon Sep 17 00:00:00 2001 From: Uvis Grinfelds Date: Mon, 20 Oct 2014 16:50:03 +0200 Subject: [PATCH] Fixed bower dependencies --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 901f1b7..37f158e 100644 --- a/bower.json +++ b/bower.json @@ -17,6 +17,9 @@ "bootstrap": "~3.0.0", "modernizr": "~2.6.2", "uri.js": "~1.14.1", - "typed.js": "https://github.com/mattboldt/typed.js.git" + "typed.js": "https://github.com/mattboldt/typed.js.git", + "realistic-typewriter.js": "https://github.com/fardjad/realistic-typewriter.js.git", + "animate.less": "*", + "jquery-waypoints": "https://github.com/imakewebthings/jquery-waypoints.git#~2.0.5" } }