summaryrefslogtreecommitdiff
path: root/addons/web/static/lib/nearest/nearest.jquery.json
blob: 9c9ee5c05c8ae0252e62cae931c798623c2d7312 (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
{
  "name": "nearest",
  "title": "jQuery Nearest Element",
  "description": "Find the elements in a page that are closest to (or furthest away from) a particular point or element, based on pixel dimensions",
  "version": "1.2.1",
  "keywords": ["nearest", "furthest", "touching", "pixel", "distance"],
  "homepage": "http://gilmoreorless.github.io/jquery-nearest/",
  "docs": "http://gilmoreorless.github.io/jquery-nearest/",
  "demo": "http://gilmoreorless.github.io/jquery-nearest/demo.html",
  "bugs": "https://github.com/gilmoreorless/jquery-nearest/issues",
  "author": {
    "name": "Gilmore Davidson",
    "url": "http://shoehornwithteeth.com/"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://gilmoreorless.mit-license.org/2011/"
    }
  ],
  "dependencies": {
    "jquery": ">=1.4"
  }
}