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 --- afb-client/bower_components/tether/.bower.json | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 afb-client/bower_components/tether/.bower.json (limited to 'afb-client/bower_components/tether/.bower.json') diff --git a/afb-client/bower_components/tether/.bower.json b/afb-client/bower_components/tether/.bower.json new file mode 100644 index 0000000..9186152 --- /dev/null +++ b/afb-client/bower_components/tether/.bower.json @@ -0,0 +1,31 @@ +{ + "name": "tether", + "version": "0.6.5", + "main": "tether.js", + "homepage": "https://github.hubspot.com/tether", + "authors": [ + "Zack Bloom ", + "Adam Schwartz " + ], + "description": "Tether elements together", + "keywords": [ + "javascript" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "_release": "0.6.5", + "_resolution": { + "type": "version", + "tag": "v0.6.5", + "commit": "783528dac760cb0023e5bd02d63c79ec54b9fc25" + }, + "_source": "git://github.com/HubSpot/tether.git", + "_target": "~0.6.5", + "_originalSource": "tether" +} \ No newline at end of file -- cgit 1.2.3-korg