summaryrefslogtreecommitdiff
path: root/templates/assets/tether/.bower.json
blob: 42bcd65feadbe59cfc69cc7e6b15d0a8aa3eef2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "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"
  ],
  "_release": "1.4.0",
  "_resolution": {
    "type": "version",
    "tag": "v1.4.0",
    "commit": "3d7119e590661f8c9e9e566c8a7640c189687215"
  },
  "_source": "https://github.com/HubSpot/tether.git",
  "_target": "^1.2",
  "_originalSource": "tether"
}