forked from swarnim1212/plinth-2k19
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
50
51
52
53
54
55
56
{
"name": "plinth-2k19",
"version": "1.0.0",
"description": "Website for Plinth, The Techno-Management Literary Fest, The LNM Institute of Information Technology, Jaipur.",
"private": true,
"main": "app.js",
"scripts": {
"start": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nimbus1212/plinth-2k19.git"
},
"author": "Swarnim",
"contributors": [
"Swarnim <[email protected]>",
"Parth Patel <[email protected]>",
"Raj Vaibhav Dubey <[email protected]>",
"Apoorv Taneja <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/nimbus1212/plinth-2k19/issues"
},
"homepage": "https://github.com/nimbus1212/plinth-2k19#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"dateformat": "^3.0.3",
"debug": "^4.0.1",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"google-auth-library": "^0.12.0",
"googleapis": "^23.0.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^4.13.6",
"mongoose-csv": "^1.1.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"njwt": "^0.4.0",
"nodemailer": "^4.6.8",
"nodemon": "^1.18.4",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.3.0",
"passport-google-oauth": "^1.0.0",
"passport-google-token": "^0.1.2",
"path": "^0.12.7",
"pdfkit": "^0.8.3",
"serve-favicon": "^2.5.0"
},
"engines": {
"node": "8.12.0"
}
}