-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.21 KB
/
package.json
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
{
"name": "puzzlegame",
"version": "2.5.1",
"description": "PuzzleGame is a classic sliding puzzle game implemented using HTML, CSS, and JavaScript. Test your puzzle-solving skills by rearranging the numbered tiles to form the correct sequence. This game offers an entertaining and brain-teasing experience.",
"main": "js/puzzle.js",
"scripts": {
"start": "live-server --port=3000",
"format": "prettier --write '**/*.{js,html,css}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptprashanttripathi/PuzzleGame.git"
},
"keywords": [
"PuzzleGame"
],
"author": "PtPrashantTripathi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ptprashanttripathi/PuzzleGame/issues"
},
"homepage": "https://github.com/ptprashanttripathi/PuzzleGame#readme",
"devDependencies": {
"live-server": "^1.2.0",
"prettier": "^3.3.3"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ptprashanttripathi"
},
{
"type": "opencollective",
"url": "https://opencollective.com/ptprashanttripathi"
}
]
}