From 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 13 Apr 2020 19:13:39 +0800 Subject: Initial commit --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..fd8a803 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "hugo-theme-fuji", + "version": "1.0.0", + "description": "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" + }, + "keywords": [ + "hugo", + "theme", + "fuji", + "bootstrap", + "primer" + ], + "author": "DSRKafuU (https://amzrk2.cc/)", + "license": "GPL-3.0-only", + "bugs": { + "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" + }, + "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", + "devDependencies": { + "@primer/css": "14.3.0" + } +} -- cgit v1.2.3