UNPKG

613 BJSONView Raw
1{
2 "name": "tether",
3 "version": "1.4.7",
4 "homepage": "http://github.hubspot.com/tether",
5 "authors": [
6 "Zack Bloom <zackbloom@gmail.com>",
7 "Adam Schwartz <adam.flynn.schwartz@gmail.com>"
8 ],
9 "maintainers": [
10 "Nicholas Hwang <nick.joosung.hwang@gmail.com>",
11 "Trevor Burnham <trevorburnham@gmail.com>"
12 ],
13 "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
14 "keywords": ["javascript"],
15 "license": "MIT",
16 "main": "dist/js/tether.js",
17 "ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"]
18}