You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
645 B
26 lines
645 B
{
|
|
"name": "tether",
|
|
"version": "1.4.3",
|
|
"homepage": "http://github.hubspot.com/tether",
|
|
"authors": [
|
|
"Zack Bloom <zackbloom@gmail.com>",
|
|
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
|
|
],
|
|
"maintainers": [
|
|
"Nicholas Hwang <nick.joosung.hwang@gmail.com>",
|
|
"Trevor Burnham <trevorburnham@gmail.com>"
|
|
],
|
|
"description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
|
|
"keywords": [
|
|
"javascript"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/js/tether.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|