msfjarvis.dev/package.json
Jake Wiesler 5330f3dfeb v1.4.0
2020-06-27 10:14:02 -04:00

22 lines
459 B
JSON

{
"name": "hugo-theme-codex",
"version": "1.4.0",
"author": "Jake Wiesler",
"description": "A minimal blog theme for Hugo",
"license": "MIT",
"scripts": {
"develop": "hugo server -s ./exampleSite/"
},
"browserslist": [
"last 2 version",
"> 2%"
],
"homepage": "https://github.com/jakewies/hugo-theme-codex",
"bugs": "https://github.com/jakewies/hugo-theme-codex/issues",
"keywords": [
"hugo",
"blog",
"go"
]
}