-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1005 Bytes
/
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
{
"name": "funny-parkour-run",
"version": "1.0.0",
"description": "this is a 'Funny Parkour Run' Online game. that is made for fun for making and gaming both. In This Game The Player has to Jump Over The Poles While Running. Player Can Use Up Arrow Key Or Space Bar To Jump Sprite And For Mobile Swipe Gesture Is Given. How many times the player jump the score increase.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vishal30982/Funny-Parkour-Run.git"
},
"keywords": [
"javascript",
"game",
"gamedev",
"game-development",
"javascript-game",
"parkour",
"funny-game",
"parkour-game",
"funny-coding",
"dino-game"
],
"author": "Utkarsh Sharma",
"license": "ISC",
"bugs": {
"url": "https://github.com/vishal30982/Funny-Parkour-Run/issues"
},
"homepage": "https://github.com/vishal30982/Funny-Parkour-Run#readme"
}