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