forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"title": "Clean Blog Jekyll",
"name": "startbootstrap-clean-blog-jekyll",
"version": "4.0.12",
"description": "Clean Blog is a Medium inspired blog theme for Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/themes/clean-blog-jekyll",
"bugs": {
"url": "https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll.git"
},
"dependencies": {
"bootstrap": "4.6.0",
"font-awesome": "4.7.0",
"jquery": "3.6.0",
"startbootstrap-clean-blog": "5.1.0"
},
"devDependencies": {
"browser-sync": "2.26.14"
}
}