2020-08-31 13:40:11 +00:00
|
|
|
{
|
|
|
|
"name": "hugo-bearblog",
|
|
|
|
"private": true,
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "🧸 A [Hugo](https://gohugo.io/)-theme based on [Bear Blog](https://bearblog.dev).",
|
|
|
|
"main": "index.js",
|
|
|
|
"devDependencies": {
|
2021-03-19 02:48:42 +00:00
|
|
|
"js-beautify": "^1.13.5"
|
2020-08-31 13:40:11 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "npm run beautify",
|
|
|
|
"beautify": "js-beautify layouts/**/*.html -r"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/janraasch/hugo-bearblog.git"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Jan Raasch",
|
|
|
|
"email": "jan@janraasch.com",
|
|
|
|
"url": "https://www.janraasch.com"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/janraasch/hugo-bearblog/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/janraasch/hugo-bearblog#readme"
|
|
|
|
}
|