-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1000 Bytes
/
package.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
36
37
38
39
{
"name": "hugoduraes",
"version": "0.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^3.0.3",
"del": "^4.1.0",
"fancy-log": "^1.3.3",
"font-awesome": "^4.6.3",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-buffer": "0.0.2",
"gulp-buster": "^1.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-filter": "^5.1.0",
"gulp-gzip": "^1.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^4.0.1",
"gulp-load-plugins": "^2.0.3",
"gulp-notify": "^3.2.0",
"gulp-rev": "^9.0.0",
"gulp-rev-napkin": "^0.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-size": "^3.0.0",
"gulp-useref": "^3.1.2",
"html5shiv": "^3.7.3",
"normalize.css": "^8.0.1",
"picturefill": "^3.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/hugoduraes/hugoduraes.github.io.git"
},
"author": "Hugo Durães",
"license": "ISC"
}