mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 05:12:02 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
|
|
@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue