2016-08-28 15:21:39 +02:00
|
|
|
{
|
2016-09-19 09:26:58 +02:00
|
|
|
"name": "hugo-theme-bootstrap4-blog",
|
2016-08-28 15:21:39 +02:00
|
|
|
"version": "0.0.1",
|
|
|
|
"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": {
|
2016-09-26 08:52:44 +02:00
|
|
|
"build:css": "node-sass --output-style compressed source/scss/style.scss static/css/style.css.tmp && cssnano static/css/style.css.tmp static/css/style.css",
|
2016-09-15 15:30:46 +02:00
|
|
|
"build:fonts": "cp node_modules/font-awesome/fonts/* static/fonts",
|
2016-09-26 09:06:47 +02:00
|
|
|
"build": "npm run build:css && npm run build:fonts && npm run clean",
|
|
|
|
"clean": "rm static/css/style.css.tmp"
|
2016-08-28 15:21:39 +02:00
|
|
|
},
|
|
|
|
"keywords": "hugo",
|
|
|
|
"author": "Alan Orth",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"devDependencies": {
|
2016-09-18 11:20:27 +02:00
|
|
|
"bootstrap": "4.0.0-alpha.4",
|
2016-09-26 09:01:37 +02:00
|
|
|
"cssnano-cli": "^1.0.5",
|
2016-09-18 11:56:13 +02:00
|
|
|
"font-awesome": "4.6.3",
|
2016-09-18 11:57:08 +02:00
|
|
|
"node-sass": "3.10.0"
|
2016-08-28 15:21:39 +02:00
|
|
|
}
|
|
|
|
}
|