Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
70
core/assets/vendor/jquery.ui/ui.effect-explode.jquery.json
vendored
Normal file
70
core/assets/vendor/jquery.ui/ui.effect-explode.jquery.json
vendored
Normal file
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"name": "ui.effect-explode",
|
||||
"title": "jQuery UI Explode Effect",
|
||||
"description": "Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.",
|
||||
"keywords": [
|
||||
"ui",
|
||||
"explode",
|
||||
"effect",
|
||||
"show",
|
||||
"hide"
|
||||
],
|
||||
"version": "1.11.4",
|
||||
"author": {
|
||||
"name": "jQuery Foundation and other contributors",
|
||||
"url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/AUTHORS.txt"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Scott González",
|
||||
"email": "scott.gonzalez@gmail.com",
|
||||
"url": "http://scottgonzalez.com"
|
||||
},
|
||||
{
|
||||
"name": "Jörn Zaefferer",
|
||||
"email": "joern.zaefferer@gmail.com",
|
||||
"url": "http://bassistance.de"
|
||||
},
|
||||
{
|
||||
"name": "Kris Borchers",
|
||||
"email": "kris.borchers@gmail.com",
|
||||
"url": "http://krisborchers.com"
|
||||
},
|
||||
{
|
||||
"name": "Corey Frang",
|
||||
"email": "gnarf37@gmail.com",
|
||||
"url": "http://gnarf.net"
|
||||
},
|
||||
{
|
||||
"name": "Mike Sherov",
|
||||
"email": "mike.sherov@gmail.com",
|
||||
"url": "http://mike.sherov.com"
|
||||
},
|
||||
{
|
||||
"name": "TJ VanToll",
|
||||
"email": "tj.vantoll@gmail.com",
|
||||
"url": "http://tjvantoll.com"
|
||||
},
|
||||
{
|
||||
"name": "Felix Nagel",
|
||||
"email": "info@felixnagel.com",
|
||||
"url": "http://www.felixnagel.com"
|
||||
}
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt"
|
||||
}
|
||||
],
|
||||
"bugs": "http://bugs.jqueryui.com/",
|
||||
"homepage": "http://jqueryui.com/effect/",
|
||||
"demo": "http://jqueryui.com/effect/",
|
||||
"docs": "http://api.jqueryui.com/explode-effect/",
|
||||
"download": "http://jqueryui.com/download/",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.6",
|
||||
"ui.effect": "1.11.4"
|
||||
},
|
||||
"category": "effect"
|
||||
}
|
Reference in a new issue