-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "gulpfinal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-cache": "^1.1.0",
"gulp-changed": "^3.2.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.0.0",
"gulp-debug": "^4.0.0",
"gulp-file-include": "^2.0.1",
"gulp-filter": "^5.1.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-modify-css-urls": "^2.0.0",
"gulp-newer": "^1.4.0",
"gulp-remember": "^1.0.1",
"gulp-rev": "^9.0.0",
"gulp-rev-collector": "^1.3.1",
"gulp-ruby-sass": "^4.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-template": "^5.0.0",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"gulp4": "^4.0.2",
"imagemin-jpegoptim": "^6.0.0",
"imagemin-pngquant": "^7.0.0",
"minimist": "^1.2.0",
"node-sass": "^4.11.0"
},
"dependencies": {}
}