Старт
This commit is contained in:
32
assets/plugins/jquery-scrollTo/composer.json
Normal file
32
assets/plugins/jquery-scrollTo/composer.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "flesler/jquery.scrollto",
|
||||
"description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
|
||||
"keywords": [
|
||||
"browser", "animated", "animation", "jquery",
|
||||
"scrolling", "scroll", "links", "anchors"
|
||||
],
|
||||
"homepage": "https://github.com/flesler/jquery.scrollTo",
|
||||
"support": {
|
||||
"issues": "https://github.com/flesler/jquery.scrollTo/issues",
|
||||
"source": "https://github.com/flesler/jquery.scrollTo"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ariel Flesler",
|
||||
"web": "http://flesler.blogspot.com/"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"components/jquery": ">=1.8"
|
||||
},
|
||||
"extra": {
|
||||
"component": {
|
||||
"scripts": [
|
||||
"jquery.scrollTo.js"
|
||||
],
|
||||
"files": [
|
||||
"jquery.scrollTo.min.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user