/ package.json
package.json
1 { 2 "name": "fill-the-screen-with-blocks", 3 "private": true, 4 "version": "1.0.0", 5 "description": "A puzzle game, developed during my senior year of high school. Comparable to Tetris, but slower, and harder.", 6 "main": "index.html", 7 "repository": { 8 "type": "git", 9 "url": "git+https://github.com/Lazerbeak12345/fill-the-screen-with-blocks.git" 10 }, 11 "author": "Lazerbeak12345", 12 "license": "UNLICENSED", 13 "homepage": "https://github.com/Lazerbeak12345/fill-the-screen-with-blocks#readme", 14 "dependencies": { 15 "jquery": "3.6.4" 16 } 17 }