-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0822e0d
commit dfafc09
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "jquery-ui-rotatable", | ||
"version": "0.0.1", | ||
"homepage": "https://github.com/abdullahpazarbasi/jquery-ui-rotatable", | ||
"authors": [ | ||
"abdullahpazarbasi" | ||
], | ||
"description": "A jQuery UI Widget which rotates any element by using CSS transform rotate().", | ||
"browser": "jquery.ui.rotatable.js", | ||
"main": "jquery.ui.rotatable.js", | ||
"keywords": [ | ||
"jQuery", | ||
"jQuery UI", | ||
"jQuery Plugin", | ||
"Rotate", | ||
"Rotator", | ||
"Rotation", | ||
"CSS Transforms", | ||
"Image Rotate", | ||
"Image Rotator", | ||
"Image Rotation" | ||
], | ||
"license": "MIT" | ||
} |