aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index b8cd943..0000000
--- a/package.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "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.15.1"
- },
- "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"
-}