-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.3 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
{
"name": "sauth",
"displayName": "SAuth",
"version": "1.5.0",
"description": "All token secrets for two-factor authentication",
"repository": "https://github.com/Silbad/SAuth",
"author": "Silbad",
"license": "MPL-2.0",
"scripts": {
"dev": "start web-ext run --no-config-discovery --browser-console --no-reload && gulp watch",
"debug": "start web-ext run --no-config-discovery --browser-console --verbose && gulp watch",
"build": "web-ext build --artifacts-dir _build --ignore-files _build .git donation node_modules screenshots scss .gitignore build.bat sauth.bat gulpfile.js LICENSE package.json README.md yarn.lock",
"sign": "web-ext sign",
"lint": "web-ext lint"
},
"dependencies": {
"@otplib/preset-browser": "^12.0.1",
"bootbox": "^5.4.1",
"bootstrap": "^4.5.2",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"jquery-circle-progress": "^1.2.2",
"popper.js": "^1.16.1",
"qrcode-generator": "^1.4.4"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.1.0",
"kind-of": "^6.0.3",
"node-forge": "^0.10.0",
"set-value": "^3.0.2",
"web-ext": "^5.1.0"
}
}