summaryrefslogtreecommitdiffstats
path: root/js/vendor/angular-animate/bower.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 17:13:56 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 17:13:56 +0100
commitc4d9c7a30adf34aa52bf5e7736b25264203b838c (patch)
tree81ecdb761071719e2bf16d077f42121c53d98b46 /js/vendor/angular-animate/bower.json
parenta2e3490f8ee635c5edf9b951b55c3795aab3d075 (diff)
fix #365
Diffstat (limited to 'js/vendor/angular-animate/bower.json')
-rw-r--r--js/vendor/angular-animate/bower.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/js/vendor/angular-animate/bower.json b/js/vendor/angular-animate/bower.json
new file mode 100644
index 000000000..c61e46a61
--- /dev/null
+++ b/js/vendor/angular-animate/bower.json
@@ -0,0 +1,9 @@
+{
+ "name": "angular-animate",
+ "version": "1.3.3",
+ "main": "./angular-animate.js",
+ "ignore": [],
+ "dependencies": {
+ "angular": "1.3.3"
+ }
+}