-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 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
{
"name": "gulp-mini-framework",
"version": "1.0.7",
"description": "Mini Gulp Framework",
"slug": "gulp-frame-core",
"main": "gulpfile.js",
"scripts": {
"test": "gulp",
"dist": "gulp dist:build",
"watch": "gulp watch",
"watch-php": "gulp watch-php",
"build-dev": "gulp build-dev",
"zip-dist": "gulp zip-project"
},
"keywords": [
"gulp",
"framework"
],
"author": "Daniel Botchway <brownssmith899@gmail.com> (http//sanny.tech)",
"license": "ISC",
"dependencies": {
"browser-sync": "^2.27.10",
"del": "^6.1.1",
"friendly-errors-webpack-plugin": "^2.0.0-beta.2",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-connect-php": "^1.0.3",
"gulp-htmlclean": "^2.7.22",
"gulp-imagemin": "^7.1.0",
"gulp-inject-partials": "^1.0.5",
"gulp-minify-inline": "^1.1.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"gulp-zip": "^5.1.0",
"pipe-error-stop": "^0.0.11",
"sass": "^1.54.4",
"vinyl-named": "^1.1.0",
"webpack-stream": "^4.0.3"
}
}