-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "phrase-guessing-game-javascript-app",
"version": "1.0.0",
"description": "An engaging browser-based word guessing game built with HTML, CSS, and JavaScript. Players reveal hidden phrases by guessing letters with 5 lives. Features interactive keyboard, responsive design, and dynamic gameplay.",
"main": "index.html",
"scripts": {
"start": "python3 -m http.server 8080",
"build": "node scripts/build.js",
"preview": "python3 -m http.server 8080 --directory dist"
},
"keywords": [
"game",
"word-game",
"guessing-game",
"hangman",
"phrase-game",
"browser-game",
"javascript",
"html5",
"css3",
"interactive",
"portfolio-project"
],
"author": {
"name": "Brian Walker",
"email": "brian@brianwalker.dev",
"url": "https://brianwalker.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/brianwalkerdev/phrase-guessing-game-javascript-app.git"
},
"bugs": {
"url": "https://github.com/brianwalkerdev/phrase-guessing-game-javascript-app/issues"
},
"homepage": "https://brianwalkerdev.github.io/phrase-guessing-game-javascript-app",
"license": "MIT"
}