forked from iamdustan/smoothscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"title": "smoothscroll",
"name": "smoothscroll-polyfill",
"version": "0.3.4",
"author": {
"name": "Dustan Kasten",
"email": "[email protected]",
"url": "https://iamdustan.com"
},
"contributors": [
{
"name": "Jeremias Menichelli",
"email": "[email protected]",
"url": "https://jeremenichelli.github.io"
}
],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat-util": "^0.5.5",
"gulp-eslint": "^2.0.0",
"gulp-load-plugins": "^1.2.4"
},
"description": "Polyfill for smooth scroll behavior",
"main": "dist/smoothscroll.js",
"scripts": {
"test": "gulp lint",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamdustan/smoothscroll.git"
},
"keywords": [
"smooth",
"scroll",
"CSSOM",
"polyfill"
],
"copyright": 2016,
"license": "MIT",
"bugs": {
"url": "https://github.com/iamdustan/smoothscroll/issues"
},
"homepage": "https://iamdustan.github.io/smoothscroll"
}