File tree 2 files changed +26
-15
lines changed
2 files changed +26
-15
lines changed Original file line number Diff line number Diff line change 1
1
# jquery-follow-cursor
2
2
jQuery plugin that causes any element to rotate following the mouse (cursor location)
3
3
4
+ [ ![ Latest release] ( https://img.shields.io/github/release/pstrinkle/jquery-follow-cursor.svg )] ( https://github.com/pstrinkle/jquery-follow-cursor/releases/latest )
5
+ [ ![ npm] ( https://img.shields.io/npm/v/jquery-follow-cursor.svg )] ( https://www.npmjs.com/package/jquery-follow-cursor )
6
+
4
7
Usage
5
8
-----
6
9
``` html
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " jquery-follow-cursor" ,
3
- "version" : " 1.0.0" ,
4
- "author" :
" Patrick Trinkle <[email protected] >" ,
5
- "description" : " jQuery plugin that causes any element to rotate following the mouse (cursor location)." ,
6
- "license" : " Apache 2.0" ,
7
- "keywords" : [
8
- " jquery" ,
9
- ],
10
- "dependencies" : {},
11
- "devDependencies" : {},
12
- "scripts" : {},
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git://github.com/pstrinkle/jquery-follow-cursor.git"
16
- }
2
+ "name" : " jquery-follow-cursor" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " jQuery plugin that causes any element to rotate following the mouse (cursor location)." ,
5
+ "main" : " dist/jquery.follow-cursor.js" ,
6
+ "scripts" : {},
7
+ "dependencies" : {
8
+ "jquery" : " >=1.11.2"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/pstrinkle/jquery-follow-cursor.git"
13
+ },
14
+ "keywords" : [
15
+ " jquery-plugin" ,
16
+ " ecosystem:jquery" ,
17
+ " facebook"
18
+ ],
19
+ "author" : " Patrick Trinkle" ,
20
+ "license" : " Apache-2.0" ,
21
+ "bugs" : {
22
+ "url" : " https://github.com/pstrinkle/jquery-follow-cursor/issues"
23
+ },
24
+ "homepage" : " https://pstrinkle.github.com/jquery-follow-cursor"
17
25
}
You can’t perform that action at this time.
0 commit comments