-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "csuarez.me",
"version": "1.0.0",
"description": "César Suárez's personal webpage",
"main": "index.js",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-buffer": "0.0.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-cssnano": "^2.1.3",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-rev-collector": "^1.3.3",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5"
},
"resolutions": {
"natives": "1.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/csuarez/csuarez.github.io.git"
},
"author": "César Suárez <suarez.ortega.cesar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/csuarez/csuarez.github.io/issues"
},
"homepage": "https://github.com/csuarez/csuarez.github.io",
"dependencies": {
"fsevents": "^1.2.9",
"imagemin-jpegtran": "^7.0.0",
"natives": "^1.1.6",
"node-sass": "^5.0.0"
}
}