summaryrefslogtreecommitdiffstats
path: root/package.json
blob: e6592f363e70d25443ce0200d52a151e438b07aa (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
{
    "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"
    }
}