We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0822e0d commit dfafc09Copy full SHA for dfafc09
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "jquery-ui-rotatable",
3
+ "version": "0.0.1",
4
+ "homepage": "https://github.com/abdullahpazarbasi/jquery-ui-rotatable",
5
+ "authors": [
6
+ "abdullahpazarbasi"
7
+ ],
8
+ "description": "A jQuery UI Widget which rotates any element by using CSS transform rotate().",
9
+ "browser": "jquery.ui.rotatable.js",
10
+ "main": "jquery.ui.rotatable.js",
11
+ "keywords": [
12
+ "jQuery",
13
+ "jQuery UI",
14
+ "jQuery Plugin",
15
+ "Rotate",
16
+ "Rotator",
17
+ "Rotation",
18
+ "CSS Transforms",
19
+ "Image Rotate",
20
+ "Image Rotator",
21
+ "Image Rotation"
22
23
+ "license": "MIT"
24
+}
0 commit comments