templates for self-hosting game jams (or any other kind of jam tbh)
1{
2 "name": "homemade jam",
3 "private": true,
4 "version": "1.0.0",
5 "description": "A [Hugo](https://gohugo.io/) theme for running game (and other creative) jams.",
6 "main": "index.js",
7 "devDependencies": {
8 "js-beautify": "^1.15.4"
9 },
10 "scripts": {
11 "test": "npm run beautify",
12 "beautify": "js-beautify layouts/**/*.html -r"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://tangled.sh/@veryroundbird.house/homemadejam"
17 },
18 "author": {
19 "name": "Jan Raasch",
20 "email": "jan@janraasch.com",
21 "url": "https://www.janraasch.com"
22 },
23 "license": "MIT",
24 "bugs": {
25 "url": "https://tangled.sh/@veryroundbird.house/homemadejam/issues"
26 },
27 "homepage": "https://tangled.sh/@veryroundbird.house/homemadejam"
28}