-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 981 Bytes
/
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
{
"name": "sticky-states",
"version": "1.0.8",
"description": "Makes elements sticky to the viewport (position fixed) based on the scroll position.",
"keywords": [
"position fixed",
"sticky",
"scroll"
],
"main": "dist/sticky-states.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fluidweb-co/sticky-states.git"
},
"author": "Fluidweb.co",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluidweb-co/sticky-states/issues"
},
"homepage": "https://github.com/fluidweb-co/sticky-states",
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2"
}
}