-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"title": "Resume",
"name": "startbootstrap-resume",
"version": "5.0.1",
"description": "Resume is a simple, yet elegant resume and CV theme for Bootstrap 4.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/resume",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-resume/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-resume.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"bootstrap": "4.1.3",
"jquery": "3.3.1"
},
"devDependencies": {
"browser-sync": "2.24.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "3.10.0",
"gulp-header": "2.0.5",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.1",
"gulp-uglify": "3.0.1"
}
}