forked from gblazex/smoothscroll-for-websites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 876 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
{
"name": "smoothscroll-for-websites",
"version": "1.4.1",
"description": "Smooth scrolling experience for websites. This is the standalone version of SmoothScroll for individual websites and themes. Mouse wheel, keyboard and touchpad scrolling all supported.",
"main": "SmoothScroll.js",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/galambalazs/smoothscroll-for-websites.git"
},
"keywords": [
"smooth",
"scroll",
"scrolling",
"animation",
"wheel",
"chrome",
"easing",
"nice"
],
"author": "Balazs Galambosi (https://www.smoothscroll.net)",
"license": "./LICENSE",
"bugs": {
"url": "https://github.com/galambalazs/smoothscroll-for-websites/issues"
},
"homepage": "https://github.com/galambalazs/smoothscroll-for-websites"
}