Kubernetes 1.6 api reference docs

This commit is contained in:
Phillip Wittrock
2017-03-16 18:29:00 -07:00
parent 21773e77fa
commit 292a9ca3ce
769 changed files with 170879 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "jquery.scrollTo",
"description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
"homepage": "https://github.com/flesler/jquery.scrollTo",
"main": [
"./jquery.scrollTo.js"
],
"ignore": [
"**/.*",
"demo",
"tests",
"CHANGELOG",
"README.md",
"composer.json",
"package.json"
],
"dependencies": {
"jquery": ">=1.8"
},
"keywords": [
"browser", "animated", "animation", "jquery",
"scrolling", "scroll", "links", "anchors"
],
"author": {
"name": "Ariel Flesler",
"web": "http://flesler.blogspot.com/"
}
}