-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 763 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
29
30
31
{
"name": "02projetos",
"version": "1.0.0",
"description": "02 Projetos",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-install": "^1.1.0",
"gulp4-run-sequence": "^1.0.1"
},
"devDependencies": {
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.12.0",
"main-bower-files": "^2.13.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Fabiano Cacin Pinel",
"license": "ISC"
}