-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
33 lines (33 loc) · 848 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
{
"name": "bootstrap-bp-hugo-theme",
"homepage": "https://github.com/spech66/bootstrap-bp-hugo-theme/#readme",
"version": "1.0.0",
"description": "Bootstrap based Hugo theme which supports out of the box best practices.",
"main": "index.js",
"scripts": {
"start": "cd ../.. && hugo server",
"example": "cd exampleSite && hugo server --themesDir ../.."
},
"repository": {
"type": "git",
"url": "git+https://github.com/spech66/bootstrap-bp-hugo-theme.git"
},
"keywords": [
"hugo",
"bootstrap",
"blog",
"fontawesome",
"gohugo",
"website",
"theme"
],
"author": "Sebastian Pech (https://www.spech.de/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/spech66/bootstrap-bp-hugo-theme/issues"
},
"private": "true",
"dependencies": {
"bootstrap": "^5.3.1"
}
}