-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 980 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
32
33
34
35
36
37
{
"name": "zadevelop",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "server.js",
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/si-2019/SI-Juliet-2019.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/si-2019/SI-Juliet-2019/issues"
},
"homepage": "https://github.com/si-2019/SI-Juliet-2019#readme",
"dependencies": {
"@pusher/chatkit-server": "^1.1.0",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.17.0",
"mocha": "^6.1.4",
"multer": "^1.4.1",
"mysql2": "^1.6.5",
"nodemon": "^1.19.1",
"sequelize": "^5.8.6",
"swagger": "^0.7.5",
"swagger-jsdoc": "^3.2.9",
"swagger-ui-express": "^4.0.5"
}
}