mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
23 lines
586 B
JSON
23 lines
586 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|