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

github.com/janraasch/hugo-bearblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..2f8c84a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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.13.0"
+ },
+ "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"
+}