-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"title": "Resume",
"name": "emmanuelojeah-cv",
"version": "5.0.4",
"scripts": {
"start": "gulp watch",
"build": "gulp build",
"deploy": "npm run build && firebase deploy"
},
"description": "Emmanuel Ojeah's personal website",
"keywords": [],
"homepage": "https://www.emmanuelojeah.xyz",
"bugs": {
"url": "https://github.com/eojeah/emmanuel-website/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Emmanuel Ojeah",
"contributors": [
"Emmanuel Ojeah (https://www.emmanuelojeah.xyz/)"
],
"repository": {
"type": "git",
"url": "https://github.com/eojeah/emmanuel-website.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.7.2",
"bootstrap": "4.3.1",
"jquery": "^3.5.0",
"jquery.easing": "^1.4.1",
"tar": "^4.4.8"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^3.0.0",
"gulp": "4.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-clean-css": "4.0.0",
"gulp-header": "2.0.7",
"gulp-plumber": "^1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-uglify": "3.0.1",
"merge-stream": "^1.0.1"
}
}