blob: 1e81c50db08fe0fe631739c0606604e93cc07662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
]
}
|