Skip to content

Commit a5720f6

Browse files
authored
Merge pull request #8 from pstrinkle/gh-pages
published on npm.
2 parents 3786879 + 3729339 commit a5720f6

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# jquery-follow-cursor
22
jQuery plugin that causes any element to rotate following the mouse (cursor location)
33

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+
47
Usage
58
-----
69
```html

package.json

+23-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
{
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"
1725
}

0 commit comments

Comments
 (0)