summaryrefslogtreecommitdiff
path: root/minionlivesmatter/templates/assets/tether/component.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-24 17:12:23 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-24 17:12:23 +0100
commit54b8482223288a4d5df41267f3c9235bab06c15e (patch)
tree2df9f4e43168ab4fcda02e67740bf9772985eb5a /minionlivesmatter/templates/assets/tether/component.json
parenta2d5335f18e053c14e8f88efa5f97368777341be (diff)
downloadmeta-54b8482223288a4d5df41267f3c9235bab06c15e.tar.gz
meta-54b8482223288a4d5df41267f3c9235bab06c15e.zip
add minionlivesmatter
Diffstat (limited to 'minionlivesmatter/templates/assets/tether/component.json')
-rw-r--r--minionlivesmatter/templates/assets/tether/component.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/minionlivesmatter/templates/assets/tether/component.json b/minionlivesmatter/templates/assets/tether/component.json
new file mode 100644
index 0000000..1e81c50
--- /dev/null
+++ b/minionlivesmatter/templates/assets/tether/component.json
@@ -0,0 +1,22 @@
+{
+ "name": "tether",
+ "repo": "HubSpot/tether",
+ "version": "1.3.9",
+ "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
+ "authors": [
+ "Zack Bloom <zackbloom@gmail.com>",
+ "Adam Schwartz <adam.flynn.schwartz@gmail.com>"
+ ],
+ "maintainers": [
+ "Nicholas Hwang <nick.joosung.hwang@gmail.com>"
+ ],
+ "license": "MIT",
+ "demo": "http://github.hubspot.com/tether/docs/welcome/",
+ "main": "dist/js/tether.js",
+ "styles": [
+ "dist/css/tether.css"
+ ],
+ "scripts": [
+ "dist/js/tether.js"
+ ]
+}