-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 942 Bytes
/
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
{
"name": "mofiz-ru",
"version": "0.1.0",
"author": {
"name": "Daniil Zhilin",
"url": "https://github.com/LaserMoai/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LaserMoai/mofiz-ru"
},
"boilerplate": {
"version": "2.2.4",
"author": "Chris Ferdinandi",
"url": "https://gomakethings.com",
"repo": "http://github.com/cferdinandi/gulp-boilerplate"
},
"browserslist": [
"last 2 versions",
"> 0.25%"
],
"devDependencies": {
"gulp": "4.0.2",
"del": "3.0.0",
"lazypipe": "1.0.1",
"gulp-flatmap": "1.0.2",
"gulp-header": "2.0.5",
"gulp-rename": "1.4.0",
"jshint": "2.9.6",
"gulp-jshint": "2.1.0",
"jshint-stylish": "2.2.1",
"gulp-concat": "2.6.1",
"gulp-terser": "1.1.7",
"gulp-optimize-js": "1.1.0",
"gulp-sass": "4.0.2",
"gulp-postcss": "8.0.0",
"cssnano": "4.1.10",
"autoprefixer": "9.6.1",
"gulp-svgmin": "2.1.0",
"browser-sync": "2.26.7"
}
}