-
Notifications
You must be signed in to change notification settings - Fork 116
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "hc-sticky",
"version": "2.2.7",
"description": "JavaScript library that makes any element on your page visible while you scroll",
"homepage": "http://somewebmedia.com/hc-sticky",
"main": "dist/hc-sticky.js",
"author": {
"name": "Some Web Media",
"url": "https://github.com/somewebmedia"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/somewebmedia/hc-sticky.git"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-browserify": "^0.5.1",
"gulp-bump": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"uglify-save-license": "^0.4.1",
"yargs": "^17.0.1"
},
"keywords": [
"sticky",
"fixed",
"affix",
"scroll",
"sidebar",
"jquery",
"plugin"
]
}