-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "password-generator-tool",
"version": "1.0.0",
"description": "Password Generator is a online tool that generate strong and secure password with letter, number and/or symbols",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"html",
"css",
"sass",
"javascript",
"generator",
"password"
],
"author": "Vanesa Rodríguez",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-dart-sass": "^1.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-terser": "^2.1.0",
"plumber": "^0.4.8"
},
"dependencies": {
"@types/gulp-util": "^3.0.36",
"file-type": "^16.5.3",
"gulp-cli": "^2.3.0"
}
}