mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
27 lines
645 B
JSON
27 lines
645 B
JSON
|
{
|
||
|
"name": "tether",
|
||
|
"version": "1.4.0",
|
||
|
"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"
|
||
|
]
|
||
|
}
|