-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 1.89 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 1.89 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "vanilla-back-to-top",
"version": "7.2.1",
"description": "Simple and tiny Back To Top button with no dependencies. Hides when on top, scrolls up smoothly when clicked. Works equally great with Vue, React, Angular and without frameworks on Jekyll, Hugo and Hexo",
"main": "dist/vanilla-back-to-top.umd.js",
"repository": {
"type": "git",
"url": "https://github.com/vfeskov/vanilla-back-to-top.git"
},
"keywords": [
"back",
"return",
"go",
"up",
"top",
"button",
"link",
"scroll",
"pure",
"zero dependency",
"vanilla",
"react",
"angular",
"angularjs",
"vue",
"configurable",
"prerendered",
"blog",
"static",
"website",
"jekyll",
"hugo",
"hexo",
"gitbook",
"gatsby",
"nuxt",
"pelican",
"metalsmith",
"brunch",
"middleman",
"mkdocs",
"harp",
"expose",
"assemble",
"wintersmith",
"cactus",
"react-static",
"docpad",
"hubpress"
],
"scripts": {
"build": "node npm-scripts/build",
"precommit": "npm run build && git add ./dist",
"postversion": "node npm-scripts/update-docs.js && sh npm-scripts/fixup-docs.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"explorer >=9",
"explorermobile >=10",
"edge >=12",
"firefox >=2",
"firefoxandroid >=2",
"chrome >=4",
"safari >=5.1",
"opera >=11.5",
"operamobile >=12",
"chromeandroid >=4",
"ios >=7.1",
"ucandroid >=11.4",
"android >=3",
"samsung >=4",
"blackberry >=7"
],
"author": "Vladimir Feskov",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"autoprefixer": "^7.2.6",
"husky": "^0.14.3",
"postcss": "^6.0.23",
"postcss-clean": "^1.1.0",
"rimraf": "^2.6.2",
"uglify-es": "^3.3.9"
}
}