forked from gblazex/smoothscroll-for-websites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.01 KB
/
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
{
"name": "smoothscroll-for-websites",
"version": "1.4.9",
"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",
"minify": "uglifyjs SmoothScroll.js --compress --mangle --output SmoothScroll.min.js"
},
"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": "SEE LICENSE IN ./LICENSE",
"bugs": {
"url": "https://github.com/galambalazs/smoothscroll-for-websites/issues"
},
"homepage": "https://github.com/galambalazs/smoothscroll-for-websites",
"devDependencies": {
"uglify-js": "^2.6.1"
}
}