forked from techies23/Inactive-Logout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 978 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 978 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
35
36
37
38
39
{
"title": "Inactive Logout",
"name": "inactive-logout",
"version": "1.9.3",
"description": "Inactive logout provides functionality to log out any idle users defined specified time showing a message. Works for frontend as well.",
"keywords": [
"logout",
"inactive user",
"idle",
"idle logout",
"idle user",
"auto logout",
"autologout",
"inactive",
"inactive",
"automatic logout",
"multisite autologout"
],
"author": "Deepen Bajracharya",
"dependencies": {
"select2": "^4.0.12"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"autoprefixer": "^9.7.3",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0"
}
}