forked from tlindig/position-calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1.17 KB
/
bower.json
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
36
37
38
39
40
41
42
43
{
"name": "position-calculator",
"version": "1.1.1",
"homepage": "https://github.com/tlindig/position-calculator",
"authors": [
"Tobias Lindig <dev@tlindig.de>"
],
"description": "Calculate the position of an element relative to another element or event. It has also functionality to handle collision within the viewport of a given container. It does not manipulate CSS or DOM, it only calculates values. It is a basic technology to support implementation of tooltips, popups, popovers, scrollspies and many more.",
"main": "dist/position-calculator.min.js",
"keywords": [
"position",
"boundary",
"placement",
"calculate",
"reference",
"target",
"viewport",
"collision",
"offset",
"relative",
"translate",
"sticky",
"flip",
"fit",
"ui",
"tlindig"
],
"license": "MIT",
"ignore": [
"**/.*",
"libs",
"src",
"node_modules",
"bower_components",
"test",
"*.json",
"*.md",
"Gruntfile.js"
],
"dependencies": {
"jquery": ">=1.7"
}
}