forked from louisremi/jquery.transform.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 885 Bytes
/
package.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": "transform",
"version": "1.0",
"title": "Add a transform property to $.fn.css() and $.fn.animate()",
"author": {
"name": "Louis-Rémi",
"url": "http://twitter.com/louis_remi"
},
"licenses": [
{
"type": "MIT",
"url": "http://louisremi.mit-license.org"
}
],
"dependencies": {
"jquery": ">=1.4.3",
"transition": "*"
},
"description": "This plugins makes it possible to use and animate 2D Transforms in all browsers, as well as 3D Transforms in compatible browsers.",
"keywords": [
"DOM",
"animate",
"transform",
"2D",
"3D",
"CSS3",
"cssHooks"
],
"homepage": "https://github.com/louisremi/jquery.transform.js",
"files": [
"jquery.transform2d.js",
"jquery.transform3d.js"
]
}