forked from Naughty-Gamer/Fancy-Snake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 713 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 713 Bytes
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
{
"name": "snake-game",
"version": "1.0.0",
"description": "2D Multiplayer browser snake game",
"main": "index.js",
"scripts": {
"start": "nodemon -e js,json,html,css ./app.js",
"old": "nodemon -e js,json,html,css ./single-player/server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/F28WP-Dubai-Fancy-Snake/Snake-Game.git"
},
"author": "F28WP-Dubai-Fancy-Snake",
"license": "MIT",
"bugs": {
"url": "https://github.com/F28WP-Dubai-Fancy-Snake/Snake-Game/issues"
},
"homepage": "https://github.com/F28WP-Dubai-Fancy-Snake/Snake-Game#readme",
"dependencies": {
"express": "^4.17.1",
"socket.io": "^2.3.0"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}