templates for self-hosting game jams (or any other kind of jam tbh)
at main 1.5 kB view raw
1{ 2 "name": "roots/sage", 3 "type": "wordpress-theme", 4 "license": "MIT", 5 "description": "WordPress starter theme with a modern development workflow", 6 "homepage": "https://roots.io/sage/", 7 "authors": [ 8 { 9 "name": "Ben Word", 10 "email": "ben@benword.com", 11 "homepage": "https://github.com/retlehs" 12 }, 13 { 14 "name": "Scott Walkinshaw", 15 "email": "scott.walkinshaw@gmail.com", 16 "homepage": "https://github.com/swalkinshaw" 17 }, 18 { 19 "name": "QWp6t", 20 "email": "hi@qwp6t.me", 21 "homepage": "https://github.com/qwp6t" 22 }, 23 { 24 "name": "Brandon Nifong", 25 "email": "brandon@tendency.me", 26 "homepage": "https://github.com/log1x" 27 } 28 ], 29 "keywords": [ 30 "wordpress" 31 ], 32 "support": { 33 "issues": "https://github.com/roots/sage/issues", 34 "forum": "https://discourse.roots.io/" 35 }, 36 "autoload": { 37 "psr-4": { 38 "App\\": "app/" 39 } 40 }, 41 "require": { 42 "php": ">=8.2", 43 "roots/acorn": "^5.0" 44 }, 45 "require-dev": { 46 "laravel/pint": "^1.20" 47 }, 48 "suggest": { 49 "log1x/sage-directives": "A collection of useful Blade directives for WordPress and Sage (^1.0)." 50 }, 51 "config": { 52 "optimize-autoloader": true, 53 "preferred-install": "dist", 54 "sort-packages": true 55 }, 56 "minimum-stability": "dev", 57 "prefer-stable": true, 58 "scripts": { 59 "post-autoload-dump": [ 60 "Roots\\Acorn\\ComposerScripts::postAutoloadDump" 61 ] 62 } 63}