summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 4334f4d7b7f519b1b33f8dd9265ecd233f473020 (plain) (blame)
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
{
  "name": "hugo-theme-fuji",
  "version": "1.2.1",
  "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"
  }
}