Files
cdnjs/ajax/libs/waypoints/package.json
T
2014-09-16 20:15:59 +08:00

34 lines
794 B
JSON

{
"name": "waypoints",
"filename": "waypoints.min.js",
"version": "2.0.5",
"description": "Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.",
"homepage": "http://imakewebthings.github.com/jquery-waypoints",
"keywords": [
"jquery",
"scrolling"
],
"maintainers": [
{
"name": "Caleb Troughton",
"web": "http://imakewebthings.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/imakewebthings/jquery-waypoints"
}
],
"autoupdate": {
"source": "git",
"target": "git://github.com/imakewebthings/jquery-waypoints.git",
"basePath": "",
"files": [
"shortcuts/*/*.js",
"waypoints.min.js",
"waypoints.js"
]
}
}