Skip to content

Commit 38e2111

Browse files
committed
Merge branch 'master' into unl-requirejs
2 parents cc56ef0 + b2bcfec commit 38e2111

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "scroll-depth",
3+
"version": "0.9.0",
4+
"description": "A Google Analytics plugin for measuring page scrolling.",
5+
"main": "jquery.scrolldepth.js",
6+
"directories": {
7+
"test": "test"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git://github.com/robflaherty/jquery-scrolldepth.git"
15+
},
16+
"author": "Rob Flaherty",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/robflaherty/jquery-scrolldepth/issues"
20+
},
21+
"keywords": [
22+
"scroll depth",
23+
"analytics",
24+
"google analytics",
25+
"scrolling"
26+
],
27+
"homepage": "http://scrolldepth.parsnip.io/"
28+
}

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Scroll Depth is a Google Analytics plugin that tracks how far users are scrollin
33

44
**[All information is available on the Project Page](http://projects.parsnip.io/scroll-depth/)**
55

6+
## Forks
7+
* There's a [WordPress plugin](https://wordpress.org/plugins/wp-scroll-depth/) maintained by Lon Koenig.
8+
* There's a [non-jQuery fork](https://github.com/leighmcculloch/gascrolldepth.js) maintained by @leighmcculloch.
9+
610
## Contributing
711
Bug reports and code contributions are welcome. Please see [contributing.md](https://github.com/robflaherty/jquery-scrolldepth/blob/master/contributing.md).
812

0 commit comments

Comments
 (0)