-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 814 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 814 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
{
"name": "middrides-server",
"version": "0.0.2",
"description": "Node server for Middrides shuttle service",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Midd-Rides/MiddRides-Server.git"
},
"keywords": [
"Middrides"
],
"author": "Tao Peter Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/Midd-Rides/MiddRides-Server/issues"
},
"homepage": "https://github.com/Midd-Rides/MiddRides-Server#readme",
"dependencies": {
"body-parser": "^1.18.3",
"emailjs": "^2.2.0",
"express": "^4.16.4",
"glob": "^7.1.3",
"mongodb": "^2.2.36",
"morgan": "^1.9.1",
"path": "^0.12.7",
"pug": "^2.0.3",
"request": "^2.88.0",
"serve-favicon": "^2.5.0"
}
}