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: 95e3439e0b5ef21a6d43ee9afa5f2c51ba45c31c (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
{
  "name": "capsule",
  "version": "0.6.0",
  "description": "\"A CSS-only theme for Hugo using Bulma and Font-Awesome\"",
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^6.2.0",
    "bulma": "^0.9.4",
    "copyfiles": "^2.4.1",
    "sass": "^1.54.9"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "sass": "sass build/sass/capsule.sass:static/css/capsule.min.css --no-source-map --style=compressed --color --no-quiet --verbose",
    "font": "copyfiles node_modules/@fortawesome/fontawesome-free/webfonts/* static/fonts -u 4",
    "build": "npm run sass && npm run font"
  },
  "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"
}