769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
24 lines
817 B
JSON
24 lines
817 B
JSON
{
|
|
"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"
|
|
}
|
|
} |