12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "tether",
- "version": "1.1.1",
- "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>"
- ],
- "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"
- ],
- "_release": "1.1.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.1",
- "commit": "d480376e8cddba52f4448d2377ac56dde4c960bd"
- },
- "_source": "https://github.com/HubSpot/tether.git",
- "_target": "v1.1.1",
- "_originalSource": "https://github.com/HubSpot/tether.git"
- }
|