forked from Katochimoto/jquery.scrollTo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 986 Bytes
/
package.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
33
34
35
36
37
38
{
"name": "@amilabs/jquery.scrollto",
"version": "2.1.9",
"description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
"main": "jquery.scrollTo.js",
"license": "MIT",
"ignore": [
"**/.*",
"demo",
"tests",
"CHANGELOG",
"README.md",
"composer.json",
"bower.json"
],
"homepage": "https://github.com/flesler/jquery.scrollTo/",
"docs": "https://github.com/flesler/jquery.scrollTo/",
"demo": "http://demos.flesler.com/jquery/scrollTo/",
"bugs": "https://github.com/flesler/jquery.scrollTo/issues",
"download": "https://github.com/flesler/jquery.scrollTo/releases",
"repository": "git://github.com/flesler/jquery.scrollTo",
"keywords": [
"browser",
"animated",
"animation",
"scrolling",
"scroll",
"links",
"anchors",
"jquery",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"name": "Ariel Flesler",
"web": "https://github.com/flesler/"
}
}