forked from bartholomej/material-scrolltop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 861 Bytes
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
{
"name": "material-scrolltop",
"version": "1.0.1",
"description": "Lightweight, Material Design inspired plugin for scrolling on top of the html page (with jQuery)",
"main": "src/material-scrolltop.js",
"author": "Lukas Bartak <bart@bartweb.cz> (https://github.com/bartholomej)",
"homepage": "https://github.com/bartholomej/material-scrolltop",
"license": "MIT",
"repository": {
"url": "git+https://github.com/bartholomej/material-scrolltop.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/bartholomej/material-scrolltop/issues"
},
"keywords": [
"material",
"material design",
"ripple",
"button",
"animate",
"jquery",
"scrollTop",
"scroll to top",
"sass"
],
"peerDependencies": {
"jquery": ">=1.7"
},
"engines": {
"yarn": ">= 1.0.0",
"node": ">=0.12"
}
}