mirror of
https://github.com/gdsmith/jquery.easing.git
synced 2026-03-02 18:23:37 +01:00
29 lines
564 B
JSON
29 lines
564 B
JSON
{
|
|
"name": "jquery.easing",
|
|
"main": "jquery.easing.js",
|
|
"version": "1.4.1",
|
|
"homepage": "https://github.com/gdsmith/jquery.easing",
|
|
"authors": [
|
|
"George McGinley Smith <george@gsgd.co.uk>"
|
|
],
|
|
"description": "A jQuery plugin from GSGD to give advanced easing options",
|
|
"keywords": [
|
|
"easing",
|
|
"ease",
|
|
"tween",
|
|
"keyframe",
|
|
"timeline",
|
|
"animation",
|
|
"jquery-plugin",
|
|
"ecosystem:jquery"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.3.0"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"ignore": [
|
|
"**/.*",
|
|
"example"
|
|
]
|
|
}
|