-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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": "taxi",
"version": "1.0.0",
"description": "taxi-project",
"main": "index.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"config": "^3.2.5",
"cors": "^2.8.5",
"ejs": "^3.1.2",
"express": "^4.17.1",
"jest": "^25.1.0",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"moment": "^2.25.3",
"mongoose": "^5.8.10",
"neat-csv": "^5.2.0",
"nexmo": "^2.6.0",
"nodemon": "^2.0.2",
"readline-sync": "^1.4.10",
"socket.io": "^2.3.0",
"swagger-editor": "^3.8.0",
"swagger-jsdoc": "^3.5.0",
"swagger-ui-express": "^4.1.3"
},
"devDependencies": {
"supertest": "^4.0.2"
},
"scripts": {
"test": "jest --watchAll --verbose",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MahmoudYoussef97/Taxi.git"
},
"author": "Mahmoud Youssef",
"license": "ISC",
"bugs": {
"url": "https://github.com/MahmoudYoussef97/Taxi/issues"
},
"homepage": "https://github.com/MahmoudYoussef97/Taxi#readme"
}