-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 982 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
{
"name": "zip-r-h",
"version": "1.0.0",
"description": "backend for zip recruiter hackathon",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Niranjan-B/Zip-Recruiter-Hackathon-Backend.git"
},
"author": "ninja,pav",
"license": "ISC",
"bugs": {
"url": "https://github.com/Niranjan-B/Zip-Recruiter-Hackathon-Backend/issues"
},
"homepage": "https://github.com/Niranjan-B/Zip-Recruiter-Hackathon-Backend#readme",
"dependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"express": "^4.15.2",
"express-session": "^1.15.2",
"google-auth-library": "^0.10.0",
"google-calendar": "^1.3.2",
"googleapis": "^19.0.0",
"jade": "^1.11.0",
"mailgen": "^2.0.2",
"mongoose": "^4.9.7",
"nodemailer": "^4.0.1",
"passport": "^0.3.2"
}
}