forked from idvogados/idvogados.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 824 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 824 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
{
"name": "idvogados.github.io",
"version": "1.0.0",
"description": "Plataforma gratuita conectando trabalhadores e advogados.",
"main": "gulpfile.js",
"repository": "https://github.com/idvogados/idvogados.github.io.git",
"author": "idvogados <contato@idvogados.org>",
"license": "EUPL-1.2",
"devDependencies": {
"browser-sync": "^2.26.7",
"child_process": "^1.0.2",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-include": "^2.4.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-yaml": "^2.0.4",
"json-sass": "^1.3.5",
"lodash": "^4.17.15",
"lodash.merge": "^4.6.2",
"vinyl-source-stream": "^2.0.0"
}
}