Add authentication in frontend.

This commit is contained in:
Alexis Lahouze 2015-12-18 10:52:31 +01:00
parent 97b26a918b
commit 9f41fc506f
1 changed files with 10 additions and 9 deletions

View File

@ -15,18 +15,19 @@
"dependencies": { "dependencies": {
"jquery": "2.1.4", "jquery": "2.1.4",
"moment": "2.10.6", "moment": "2.10.6",
"bootstrap": "3.3.5", "bootstrap": "3.3.6",
"bootstrap-additions": "0.3.1", "bootstrap-additions": "0.3.1",
"pines-notify": "2.0.1", "angular": "~1.4",
"angular": "1.4.3", "angular-resource": "1.4.8",
"angular-resource": "1.4.3", "angular-route": "1.4.8",
"angular-route": "1.4.3", "angular-strap": "2.3.6",
"angular-strap": "2.3.1",
"highstock-release": "2.1.8",
"highcharts-ng": "0.0.8",
"font-awesome": "4.4.0",
"angular-xeditable": "0.1.9", "angular-xeditable": "0.1.9",
"angular-pnotify": "0.0.6", "angular-pnotify": "0.0.6",
"highcharts-ng": "0.0.11",
"highstock-release": "2.1.10",
"angular-http-auth": "1.2.3",
"meanie-angular-storage": "1.0.3",
"font-awesome": "4.5.0",
"bootbox": "4.4.0" "bootbox": "4.4.0"
} }
} }