-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·62 lines (62 loc) · 1.49 KB
/
package.json
File metadata and controls
executable file
·62 lines (62 loc) · 1.49 KB
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
60
61
62
{
"name": "seosight",
"version": "1.0.0",
"description": "HTML-template",
"main": "gulpfile.js",
"scripts": {},
"repository": {
"type": "git",
"url": "Seosight"
},
"keywords": [
"html",
"template"
],
"author": "Crumina",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.14",
"coffee": "^3.3.0",
"coffee-gulp": "0.0.2",
"coffee-script": "^1.12.2",
"del": "^2.2.1",
"fixmyjs": "^1.0.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-clean-css": "^2.4.0",
"gulp-coffee": "^2.3.2",
"gulp-csscomb": "^3.1.0",
"gulp-csso": "^2.0.0",
"gulp-htmlhint": "^0.3.1",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-jscpd": "0.0.6",
"gulp-jscs": "^3.0.2",
"gulp-jsonlint": "^1.3.2",
"gulp-minify-css": "^1.2.4",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^4.1.0",
"gulp-tinypng": "^1.0.2",
"gulp-uncss": "^1.0.5",
"gulp-useref": "^3.1.3",
"gulp-watch": "^4.3.5",
"gulp-webp": "^2.3.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^4.2.2",
"pngquant-bin": "^6.0.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.2.2"
},
"dependencies": {
"del": "^2.2.2",
"gulp-concat": "^2.6.1",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-uglify": "^3.0.0",
"gulp4-run-sequence": "^1.0.1",
"save": "^2.4.0"
}
}