-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1002 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
{
"title": "1 Col Portfolio",
"name": "startbootstrap-1-col-portfolio",
"version": "4.1.1",
"description": "A one column portfolio HTML template built with Bootstrap",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/1-col-portfolio",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-1-col-portfolio/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-1-col-portfolio.git"
},
"dependencies": {
"bootstrap": "4.1.1",
"jquery": "3.3.1"
},
"devDependencies": {
"browser-sync": "2.24.5",
"gulp": "^3.9.1"
}
}