Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/janraasch/hugo-bearblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c653d56dee6164e9511d6cf7f6b73c0b62bd0060 (plain)
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
{
  "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": {
    "js-beautify": "^1.14.6"
  },
  "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"
}