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

package.json - github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ddd1d94134624b402b0944ac4e560d23cd15a91f (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
30
31
32
33
34
{
  "name": "capsule",
  "version": "0.5.0",
  "description": "\"A CSS-only theme for Hugo using Bulma and Font-Awesome\"",
  "dependencies": {},
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.15.1",
    "bulma": "^0.9.1",
    "fancy-log": "^1.3.3",
    "gulp": "^4.0.2",
    "gulp-clean-css": "^4.3.0",
    "gulp-print": "^5.0.2",
    "gulp-rename": "^2.0.0",
    "gulp-sass": "^4.1.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sudorook/capsule.git"
  },
  "keywords": [
    "bulma",
    "css",
    "hugo"
  ],
  "author": "sudorook",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/sudorook/capsule/issues"
  },
  "homepage": "https://github.com/sudorook/capsule#readme"
}