@@ -6,4 +6,5 @@ db.sqlite3
bower_components/
migrations/
*.coverage
-Thumbs.db
+Thumbs.db
+public/
@@ -15,6 +15,8 @@
"dependencies": {
"bootstrap": "~3.3.4",
"jquery": "~2.1.3",
- "bootstrap-social":"~4"
+ "bootstrap-social": "~4",
+ "angular": "~1.3.15",
+ "angular-ui-router": "~0.2.13"
}