mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-11 13:56:35 +10:00
31 lines
665 B
JSON
31 lines
665 B
JSON
{
|
|
"name": "jquery-scrolldepth",
|
|
"filename": "jquery.scrolldepth.min.js",
|
|
"version": "0.6",
|
|
"description": "A jQuery plugin to track page scroll depth",
|
|
"homepage": "http://scrolldepth.parsnip.io",
|
|
"authors": [
|
|
"Rob Flaherty"
|
|
],
|
|
"description": "A Google Analytics plugin for measuring page scrolling.",
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"analytics",
|
|
"google-analytics",
|
|
"tracking",
|
|
"jquery",
|
|
"scrolldepth"
|
|
],
|
|
"dependencies": {
|
|
"jquery" : ">=1.8"
|
|
},
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"test",
|
|
"build.sh",
|
|
"contributing.md"
|
|
]
|
|
}
|