diff options
author | amzrk2 | 2020-05-27 22:53:13 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-27 22:53:13 +0800 |
commit | dfb6e1f80754c1c8f2d4d332c5292319f008a67b (patch) | |
tree | fd8c0cf13e03613b6a39c662b6a0ced87fb69157 /package.json | |
parent | aa5290aeef9df1c583fdf30290351968df9215dc (diff) | |
download | hugo-theme-fuji-dfb6e1f80754c1c8f2d4d332c5292319f008a67b.tar.gz hugo-theme-fuji-dfb6e1f80754c1c8f2d4d332c5292319f008a67b.tar.bz2 hugo-theme-fuji-dfb6e1f80754c1c8f2d4d332c5292319f008a67b.zip |
v2 original port
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 49 |
1 files changed, 22 insertions, 27 deletions
diff --git a/package.json b/package.json index 0d9bca9..e6592f3 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,23 @@ { - "name": "hugo-theme-fuji", - "version": "1.3.0", - "description": "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS.", - "repository": { - "type": "git", - "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" - }, - "keywords": [ - "hugo", - "theme", - "fuji", - "primer" - ], - "author": "DSRKafuU <mail@amzrk2.cc> (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", - "@fortawesome/fontawesome-free": "5.13.0", - "lazysizes": "5.2.0", - "aplayer": "1.10.1", - "medium-zoom": "1.0.5" - } -}
\ No newline at end of file + "name": "hugo-theme-fuji", + "version": "2.0.0", + "description": "A minimal Hugo theme.", + "repository": { + "type": "git", + "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" + }, + "keywords": [ + "hugo", + "theme", + "fuji" + ], + "author": "DSRKafuU <mail@amzrk2.cc> (https://blog.amzrk2.cc/)", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" + }, + "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", + "devDependencies": { + "@primer/css": "14.4.0" + } +} |