-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy patheasing.jquery.json
34 lines (34 loc) · 954 Bytes
/
easing.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "easing",
"title": "easing - easing functions for jQuery or standalone",
"description": "Easing function for use with or without jQuery. In addition to the standard list of easing functions, it adds an easier to remember syntax for when you want to use Sine, Circ, Quad, Expo, etc.",
"version": "1.1.2",
"homepage": "https://github.com/danheberden/easing.js",
"author": {
"name": "Dan Heberden",
"email": "[email protected]",
"url": "http://danheberden.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/danheberden/easing.js.git"
},
"bugs": "https://github.com/danheberden/easing.js/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/danheberden/easing.js/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": ">= 1.6.2"
},
"keywords": [
"easing",
"ease",
"tween",
"keyframe",
"timeline",
"animation"
]
}