forked from lakshaychhabra/SIH-2018-BE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "fitzgerald",
"version": "1.0.0",
"description": "This is the complete back-end package developed in conjuction with the parameters declared in the SRS for GOG in SIH 18.",
"main": "system/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node system/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aadityachakravarty/Fitzgerald.git"
},
"keywords": [
"GIS",
"GPS",
"Navigation",
"Estimation"
],
"author": "Team ENV!$!ON",
"license": "MIT",
"bugs": {
"url": "https://github.com/aadityachakravarty/Fitzgerald/issues"
},
"homepage": "https://github.com/aadityachakravarty/Fitzgerald#readme",
"dependencies": {
"aws-sdk": "^2.218.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"jsonwebtoken": "^8.2.0",
"mongoose": "^5.0.9",
"multer": "^1.3.0",
"nexmo": "^2.2.0",
"node-cron": "^1.2.1",
"nodemailer": "^4.6.2",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"request": "^2.85.0",
"socketio": "^1.0.0"
},
"devDependencies": {
"express-session": "^1.15.6",
"grant-express": "^4.1.0",
"mocha": "^5.0.4",
"twilio": "^3.13.1"
}
}