-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 766 Bytes
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
{
"name": "gulp-base",
"version": "1.0.0",
"description": "Gulp base routines",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "./node_modules/gulp/bin/gulp.js",
"start": "npm install && bower install ",
"code": "gulp default",
"build": "gulp build"
},
"author": "Lucas Di Mattia",
"license": "MIT",
"dependencies": {
"browser-sync": "^2.18.12",
"del": "^3.0.0",
"fs": "0.0.1-security",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-group-css-media-queries": "^1.2.0",
"gulp-imagemin": "^3.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0"
}
}