-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 749 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 749 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
28
29
30
31
32
33
34
35
{
"name": "quick-math",
"version": "0.0.1",
"description": "A Multiplayer Math game using nodejs, express and socket.io",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"ejs": "~2.5.5",
"body-parser": "^1.15.0",
"express": "~4.13.4",
"socket.io": "~0.9.11"
},
"engines": {
"node": ">=0.8.x"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/anas005/quick-math.git"
},
"keywords": [
"quick",
"math",
"socket.io",
"multiplayer",
"express"
],
"author": "Anas",
"license": "MIT",
"bugs": {
"url": "https://github.com/anas005/quick-math/issues"
},
"homepage": "https://github.com/anas005/quick-math#readme"
}