-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
38
39
40
41
42
43
44
{
"name": "cardality",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"client-install": "npm install --prefix client",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/HJassar/cardality.git"
},
"keywords": [
"game",
"card-game"
],
"author": "CNS",
"license": "ISC",
"bugs": {
"url": "https://github.com/HJassar/cardality/issues"
},
"homepage": "https://github.com/HJassar/cardality#readme",
"dependencies": {
"async": "^3.2.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"concurrently": "^5.3.0",
"cor": "0.0.0",
"cron": "^1.8.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-sslify": "^1.2.0",
"ip": "^1.1.5",
"mongoose": "^5.11.7",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
}
}