forked from gblazex/smoothscroll-for-websites
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.28 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "smoothscroll-for-websites",
"version": "1.5.0",
"description": "Smooth scrolling experience for websites.",
"main": "smoothscroll-for-websites.js",
"scripts": {
"test": "echo \"No test specified\" && exit 1",
"minify": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/richpeck/smoothscroll-for-websites.git"
},
"paths": {
"src": "src",
"dev": "dev",
"build": "build"
},
"keywords": [
"smooth",
"scroll",
"scrolling",
"animation",
"wheel",
"chrome",
"easing",
"nice"
],
"author": "Balazs Galambosi (https://www.smoothscroll.net)",
"contributors": [
"Richard Peck <[email protected]> (http://frontlineutilities.co.uk)"
],
"license": "SEE LICENSE IN ./LICENSE",
"bugs": {
"url": "https://github.com/galambalazs/smoothscroll-for-websites/issues"
},
"homepage": "https://github.com/galambalazs/smoothscroll-for-websites",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contributors": "0.0.3",
"grunt-replace": "^1.0.1",
"load-grunt-config": "^0.19.1",
"time-grunt": "^1.3.0"
},
"dependencies": {
"grunt": "^1.0.1"
}
}