summaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-16 22:47:00 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-03-17 15:52:03 +0100
commit967c9949264151daa67eec6e54b2e2d21c1c42ba (patch)
tree4d943f3ceb3e3df76f49c3a103d457f2dd9ca91e /bower.json
parenta9a5b447164afbc3540f190112c30d6f7c08213b (diff)
Remove vendor libs from github repo
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/bower.json b/bower.json
index 8b940aa5..b559959a 100644
--- a/bower.json
+++ b/bower.json
@@ -18,11 +18,14 @@
"tests"
],
"dependencies": {
- "angular": "~1.5.0",
- "angular-uuid4": "~0.3.1",
- "angular-cache": "~4.5.0",
- "angular-route": "^1.5.0",
- "vcard": "~0.2.4",
- "angular-bootstrap": "^1.1.2"
+ "angular": "1.5.0",
+ "angular-bootstrap": "1.1.2",
+ "angular-cache": "4.5.0",
+ "angular-route": "1.5.0",
+ "angular-sanitize": "1.5.0",
+ "angular-uuid4": "0.3.1",
+ "jquery-timepicker": "883bb2cd94",
+ "ui-select": "angular-ui/ui-select#0.14.9",
+ "vcard": "0.2.4"
}
}