UNPKG

586 BJSONView Raw
1{
2 "name": "tether",
3 "repo": "HubSpot/tether",
4 "version": "1.3.9",
5 "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
6 "authors": [
7 "Zack Bloom <zackbloom@gmail.com>",
8 "Adam Schwartz <adam.flynn.schwartz@gmail.com>"
9 ],
10 "maintainers": [
11 "Nicholas Hwang <nick.joosung.hwang@gmail.com>"
12 ],
13 "license": "MIT",
14 "demo": "http://github.hubspot.com/tether/docs/welcome/",
15 "main": "dist/js/tether.js",
16 "styles": [
17 "dist/css/tether.css"
18 ],
19 "scripts": [
20 "dist/js/tether.js"
21 ]
22}