2016-08-28 15:21:39 +02:00
{
2016-09-19 09:26:58 +02:00
"name" : "hugo-theme-bootstrap4-blog" ,
2019-04-14 15:30:30 +02:00
"version" : "1.2.1" ,
2016-08-28 15:21:39 +02:00
"description" : "A Bootstrap v4 theme for the Hugo static site generator." ,
2016-09-13 17:07:35 +02:00
"repository" : {
"type" : "git" ,
2016-09-19 09:26:58 +02:00
"url" : "https://github.com/alanorth/hugo-theme-bootstrap4-blog.git"
2016-08-28 19:54:53 +02:00
} ,
2016-08-28 15:21:39 +02:00
"scripts" : {
2017-02-15 11:38:03 +01:00
"build:css" : "node-sass --output-style expanded --precision 6 source/scss/style.scss static/css/style.css.tmp && cleancss --level 1 static/css/style.css.tmp -o static/css/style.css" ,
2019-04-18 21:19:42 +02:00
"build:ltrcss" : "rtlcss -s static/css/style.css.tmp static/css/style.rtl.css.tmp && cleancss --level 1 static/css/style.rtl.css.tmp -o static/css/style.rtl.css" ,
2016-09-15 15:30:46 +02:00
"build:fonts" : "cp node_modules/font-awesome/fonts/* static/fonts" ,
2016-11-13 12:42:22 +01:00
"build:cookieconsent" : "cp node_modules/cookieconsent/build/cookieconsent.min.css static/css && cp node_modules/cookieconsent/build/cookieconsent.min.js static/js" ,
2017-01-11 09:32:43 +01:00
"build:generatesri" : "node build/sri.js > data/sri.toml" ,
2019-04-18 21:19:42 +02:00
"build" : "npm run build:css && npm run build:ltrcss && npm run build:fonts && npm run build:cookieconsent && npm run build:generatesri && npm run clean" ,
"clean" : "rm static/css/style.css.tmp static/css/style.rtl.css.tmp"
2016-08-28 15:21:39 +02:00
} ,
"keywords" : "hugo" ,
"author" : "Alan Orth" ,
2018-09-12 12:32:36 +02:00
"license" : "CC-BY-3.0" ,
2016-08-28 15:21:39 +02:00
"devDependencies" : {
2019-02-13 17:38:44 +01:00
"bootstrap" : "~4.3.1" ,
2019-04-17 12:58:07 +02:00
"clean-css-cli" : "^4.3.0" ,
2018-08-29 11:38:24 +02:00
"cookieconsent" : "3.0.4" ,
2016-11-06 21:54:47 +01:00
"font-awesome" : "^4.7.0" ,
2019-04-18 21:17:28 +02:00
"node-sass" : "^4.11.0" ,
"rtlcss" : "^2.4.0"
2016-08-28 15:21:39 +02:00
}
}