summaryrefslogtreecommitdiff
path: root/templates/assets/tether/bower.json
blob: ea9b6b759ec895c136045edc26d754f816e15593 (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
{
  "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"
  ]
}