Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b6d54315b27264007cf5e4e00ee0d94d37ebd93 (plain)
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
28
29
{
  "private": true,
  "name": "hugo-scroll",
  "version": "1.0.0",
  "description": "A Hugo theme for pretty, quick and simple single-page websites.",
  "main": "index.js",
  "scripts": {
    "test": "prettier --check . ",
    "format": "prettier --write . "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/janraasch/hugo-scroll.git"
  },
  "author": {
    "name": "Jan Raasch",
    "email": "jan@janraasch.com",
    "url": "https://www.janraasch.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/janraasch/hugo-scroll/issues"
  },
  "homepage": "https://github.com/janraasch/hugo-scroll#readme",
  "devDependencies": {
    "prettier": "^2.7.1",
    "prettier-plugin-go-template": "0.0.13"
  }
}