Skip to content

Commit dfafc09

Browse files
Create package.json
1 parent 0822e0d commit dfafc09

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)