mirror of
https://github.com/gdsmith/jquery.easing.git
synced 2026-03-02 18:23:37 +01:00
35 lines
804 B
JSON
35 lines
804 B
JSON
{
|
|
"name": "jquery.easing",
|
|
"title": "jQuery Easing Plugin",
|
|
"description": "A jQuery plugin from GSGD to give advanced easing options.",
|
|
"version": "1.3",
|
|
"homepage": "http://gsgd.co.uk/sandbox/jquery/easing/",
|
|
"author": {
|
|
"name": "George McGinley Smith",
|
|
"email": "george@gsgd.co.uk",
|
|
"url": "http://gsgd.co.uk/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/gdsmith/jquery.easing.git"
|
|
},
|
|
"bugs": "https://github.com/gdsmith/jquery.easing/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "https://github.com/gdsmith/jquery.easing/blob/master/jquery.easing.1.3.js"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.3.0"
|
|
},
|
|
"keywords": [
|
|
"easing",
|
|
"ease",
|
|
"tween",
|
|
"keyframe",
|
|
"timeline",
|
|
"animation"
|
|
]
|
|
}
|