-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
53
54
55
56
57
58
59
{
"name": "124052-pink",
"version": "0.1.0",
"private": true,
"description": "Личный проект «Пинк» от HTML Academy",
"author": "Яна Крикливая",
"repository": {
"type": "git",
"url": "[email protected]:MammaSonnim/124052-pink-1.git"
},
"bugs": {
"url": "https://github.com/htmlacademy-adaptive/124052-pink/issues"
},
"homepage": "https://github.com/htmlacademy-adaptive/124052-pink",
"devDependencies": {
"autoprefixer": "6.3.3",
"bemto.jade": "git+https://github.com/kizu/bemto.git",
"browser-sync": "2.11.1",
"css-mqpacker": "^4.0.1",
"cssnano": "^3.5.2",
"del": "^2.2.0",
"editorconfig-tools": "0.1.1",
"foldero": "^0.1.1",
"gulp": "3.9.1",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jade": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.2.19",
"gulp-uglify": "^1.5.3",
"minimist": "^1.2.0",
"postcss-assets": "^4.0.1",
"postcss-flexboxfixer": "0.0.4",
"postcss-reporter": "^1.3.3",
"postcss-scss": "^0.1.7",
"run-sequence": "^1.1.5",
"stylelint": "^5.2.0",
"stylelint-config-standard": "^4.0.1"
},
"scripts": {
"test": "editorconfig-tools check jade/**/*.jade; gulp styletest",
"build": "gulp --production",
"deploy": "gulp --production && gulp deploy --production",
"start": "gulp"
},
"engines": {
"node": "^5.0.0"
},
"dependencies": {
"normalize.css": "^4.0.0"
}
}