From be83a8f382cf2fea98161bfd6d51719aacbf9aa9 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Thu, 28 Jan 2016 16:30:12 +0100 Subject: Update JSON API --- afm-client/bower_components/tether/component.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 afm-client/bower_components/tether/component.json (limited to 'afm-client/bower_components/tether/component.json') diff --git a/afm-client/bower_components/tether/component.json b/afm-client/bower_components/tether/component.json new file mode 100644 index 0000000..e593901 --- /dev/null +++ b/afm-client/bower_components/tether/component.json @@ -0,0 +1,19 @@ +{ + "name": "tether", + "repo": "HubSpot/tether", + "version": "0.6.5", + "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.", + "authors": [ + "Zack Bloom ", + "Adam Schwartz " + ], + "license": "MIT", + "demo": "http://github.hubspot.com/tether/docs/welcome/", + "main": "tether.js", + "styles": [ + "css/tether.css" + ], + "scripts": [ + "tether.js" + ] +} -- cgit 1.2.3-korg