-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 963 Bytes
/
package.json
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.7.2",
"description": "\"A CSS-only theme for Hugo using Bulma and Font-Awesome\"",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"bulma": "^1.0.1",
"copyfiles": "^2.4.1",
"sass": "^1.77.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass build/sass/capsule.scss: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"
}