-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.37 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
44
45
46
47
48
49
50
51
52
{
"name": "password-generator",
"version": "1.0.0",
"description": "A simple password generator app that works client-side.",
"main": "index.js",
"scripts": {
"clean": "gulp clean",
"build": "npm run clean && gulp build",
"test": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saw-mon-and-Natalie/password-generator.git"
},
"keywords": [
"password",
"strong",
"password",
"password",
"generator",
"Saw-mon & Natalie"
],
"author": "Saw-mon & Natalie",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Saw-mon-and-Natalie/password-generator/issues"
},
"homepage": "https://github.com/Saw-mon-and-Natalie/password-generator#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-postcss": "^8.0.0",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-svgmin": "^2.2.0",
"gulp-terser": "^1.2.0",
"gulp-uglify": "^3.0.2",
"node-sass": "^4.14.0",
"postcss-sorting": "^5.0.1",
"through2": "^3.0.1"
},
"dependencies": {}
}