mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-14 16:27:04 +01:00
27 lines
664 B
JSON
27 lines
664 B
JSON
{
|
|
"name": "hugo-theme-bootstrap4",
|
|
"version": "0.0.1",
|
|
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
|
|
"repository" :
|
|
{ "type" : "git"
|
|
, "url" : "https://github.com/alanorth/hugo-theme-bootstrap4.git"
|
|
},
|
|
"scripts": {
|
|
"build:css": "node-sass --output-style compressed source/scss/style.scss | cleancss > static/css/style.css",
|
|
"build": "npm run build:css"
|
|
},
|
|
"keywords": "hugo",
|
|
"author": "Alan Orth",
|
|
"license": "GPL-3.0",
|
|
"engines": {
|
|
"node": "6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "4.0.0-alpha.3",
|
|
},
|
|
"devDependencies": {
|
|
"clean-css": "^3.4.19",
|
|
"node-sass": "^3.8.0"
|
|
}
|
|
}
|