forked from bundanining/robust-free-bootstrap-admin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.gulp.json
35 lines (35 loc) · 1.06 KB
/
package.gulp.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
{
"name": "robust-admin-theme",
"version": "1.2.0",
"description": "Robust admin is super flexible, powerful, clean & modern responsive bootstrap 4 admin template with unlimited possibilities.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean": "^0.3.2",
"gulp-copy": "^1.0.0",
"gulp-csscomb": "^3.0.8",
"gulp-cssmin": "^0.1.7",
"gulp-ext-replace": "^0.3.0",
"gulp-imagemin": "^3.1.1",
"gulp-multistream": "^0.1.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-require-tasks": "^1.0.5",
"gulp-rtlcss": "^1.0.0",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^2.0.1",
"gulp-w3cjs": "^1.3.0",
"gulp-watch": "^4.3.11",
"minimist": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "PIXINVENT",
"license": "Themeforest Standard Licenses",
"homepage": "https://pixinvent.com/bootstrap-admin-template/robust"
}