aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: f325688155f3eb8eafb7b45c5a0d73909b2d624c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "marussy.com",
  "version": "0.0.1",
  "description": "My website",
  "homepage": "https://marussy.com",
  "keywords": [
    "blog"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://git.marussy.com/blog"
  },
  "author": "Kristóf Marussy <kristof@marussy.com>",
  "license": "Unlicense",
  "dependencies": {
    "hugo-theme-marussy": "file:./themes/marussy"
  },
  "engine": {
    "node": ">=15.8.0"
  }
}