-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 878 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
{
"name": "um-student-org-alumni-request-gw",
"version": "1.0.0",
"description": "A web application that allows umich student organizations to request umich alumni to come to their events.",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Srokit/UMStudentOrgAlumniRequestGW.git"
},
"author": "Stanley Rokita",
"license": "MIT",
"bugs": {
"url": "https://github.com/Srokit/UMStudentOrgAlumniRequestGW/issues"
},
"homepage": "https://github.com/Srokit/UMStudentOrgAlumniRequestGW#readme",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"http": "0.0.0",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.9.1",
"nodemailer": "^3.1.8",
"socket.io": "^1.7.3"
}
}