-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 927 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 927 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
36
37
{
"name": "brazor",
"version": "1.0.0",
"description": "Online strategy game in pure JavaScript and NodeJS",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/jasmine-node server",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baez97/brazor.git"
},
"keywords": [
"online",
"JavaScript",
"NodeJS",
"strategy",
"CSS",
"HTML",
"Bootstrap",
"Sockets"
],
"author": "José Manuel Báez Soriano",
"license": "ISC",
"bugs": {
"url": "https://github.com/baez97/brazor/issues"
},
"homepage": "https://github.com/baez97/brazor#readme",
"dependencies": {
"express": "^4.16.3",
"jasmine-node": "^1.16.2",
"mongodb": "^3.1.10",
"request": "^2.88.0",
"socket.io": "^2.1.1"
}
}