-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.23 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
{
"name": "236435-mishka",
"version": "0.1.0",
"private": true,
"description": "Личный проект «Мишка» от HTML Academy",
"author": "Артём Реш",
"repository": {
"type": "git",
"url": "[email protected]:htmlacademy-adaptive/236435-mishka.git"
},
"bugs": {
"url": "https://github.com/htmlacademy-adaptive/236435-mishka/issues"
},
"homepage": "https://github.com/htmlacademy-adaptive/236435-mishka",
"devDependencies": {
"@htmlacademy/editorconfig-cli": "0.0.7",
"autoprefixer": "6.4.1",
"browser-sync": "2.15.0",
"css-mqpacker": "^5.0.1",
"del": "^2.2.2",
"gulp": "3.9.1",
"gulp-csso": "^2.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-svgmin": "^1.2.3",
"gulp-svgstore": "^6.0.0",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": "editorconfig-cli",
"build": "gulp build",
"start": "npm run build && gulp serve"
},
"editorconfig-cli": [
"*.html",
"*.json",
"*.js",
"js/**/*.js",
"img/**/*.svg",
"sass/**/*.{sass,scss}"
],
"engines": {
"node": "6.5"
},
"dependencies": {
"del": "^2.2.2"
}
}