forked from flesler/jquery.scrollTo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
32 lines (32 loc) · 896 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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": "https://github.com/flesler/"
}
],
"require": {
"components/jquery": "2.2.4"
},
"extra": {
"component": {
"scripts": [
"jquery.scrollTo.js"
],
"files": [
"jquery.scrollTo.min.js"
]
}
}
}