forked from gbif/jekyll-hp-base-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.02 KB
/
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
{
"name": "gbif-jekyll-theme-algae",
"version": "1.0.0",
"description": "Jekyll theme for small websites hosted by GBIF.",
"author": "GBIF Secretariat <informatics@gbif.org>",
"private": true,
"license": "Apache 2.0",
"homepage": "https://github.com/gbif/jekyll-theme-algae",
"keywords": [
"jekyll",
"theme",
"gbif"
],
"repository": {
"type": "git",
"url": "https://github.com/gbif/jekyll-theme-algae.git"
},
"bugs": {
"url": "https://github.com/gbif/jekyll-theme-algae/issues"
},
"scripts": {
"copy:bulma": "cp -r node_modules/bulma/* _sass/bulma",
"copy:font-awesome": "cp node_modules/font-awesome/css/font-awesome.min.css assets/theme/css/font-awesome.min.css && cp -r node_modules/font-awesome/fonts/* assets/theme/fonts",
"copy:all": "mkdir -p _sass/bulma && mkdir -p assets/theme/css && mkdir -p assets/theme/fonts && mkdir -p assets/theme/js && npm run copy:bulma && npm run copy:font-awesome"
},
"dependencies": {
"bulma": "^0.9.0",
"font-awesome": "^4.7.0"
}
}