-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "fork_step_project",
"version": "1.0.0",
"description": "responsive web design",
"main": "",
"browserslist": [
"last 20 version",
"> 1%",
"maintained node versions",
"not dead"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp start",
"build": "gulp"
},
"author": "Andrii Khomik/Andrey Protsenko",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.27.4",
"delete": "^1.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-pug": "^5.0.0",
"gulp-purgecss": "^4.0.3",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-uglify-es": "^3.0.0",
"sass": "^1.36.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/AndriiKhomik/fork_step-project_protsenko_khomik.git"
},
"bugs": {
"url": "https://gitlab.com/AndriiKhomik/fork_step-project_protsenko_khomik/issues"
},
"homepage": "https://gitlab.com/AndriiKhomik/fork_step-project_protsenko_khomik#readme"
}