ReacherCD/Batcave
0
1{2 "name": "dragonmantank/glitch-php-skeleton",3 "description": "A small skeleton for using PHP on glitch.com",4 "keywords": [],5 "homepage": "https://github.com/dragonmantank/glitch-php-skeleton",6 "license": "MIT",7 "authors": [8 {9 "name": "Chris Tankersley",10 "email": "chris@ctankersley.com",11 "homepage": "https://ctankersley.com"12 }13 ],14 "require": {15 "php": ">=7.0.0"16 },17 "require-dev": {18 },19 "autoload-dev": {20 },21 "scripts": {22 "dev": "php -S 0.0.0.0:8080 -t public index.php",23 "start": ".apache2/run-apache2.sh"24 }, 25 "config": {26 "process-timeout": 027 }28 29}