From 3d2fda7dd39e2363682f1fa353c951ab0d44ddfa Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Tue, 9 Feb 2016 18:40:49 +0100 Subject: Implemented URL query parsing for initial token /opa/?token=abcde --- .../angular-ui-notification/bower.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 afb-client/bower_components/angular-ui-notification/bower.json (limited to 'afb-client/bower_components/angular-ui-notification/bower.json') diff --git a/afb-client/bower_components/angular-ui-notification/bower.json b/afb-client/bower_components/angular-ui-notification/bower.json new file mode 100644 index 0000000..8daf8fd --- /dev/null +++ b/afb-client/bower_components/angular-ui-notification/bower.json @@ -0,0 +1,36 @@ +{ + "name": "angular-ui-notification", + "version": "0.0.12", + "homepage": "https://github.com/alexcrack/angular-ui-notification", + "repository": { + "type": "git", + "url": "git://github.com/alexcrack/angular-ui-notification" + }, + "authors": [ + "Alexey Avramchik" + ], + "description": "Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating", + "main": [ + "dist/angular-ui-notification.min.css", + "dist/angular-ui-notification.min.js" + ], + "keywords": [ + "angular", + "notification", + "notify", + "bootstrap" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests", + "demo", + "build" + ], + "devDependencies": { + "bootstrap": "~3.3.2" + } +} -- cgit 1.2.3-korg