-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
57
58
59
60
61
{
"name": "EB",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"keywords": [
"Microclim",
"TECOR",
"EB"
],
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"aws-sdk": "~2.845.0",
"body-parser": "^1.19.0",
"chalk": "~1.1.3",
"compression": "^1.7.4",
"connect-ensure-login": "~0.1.1",
"connect-mongo": "~3.2.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.2",
"express": "^4.17.1",
"express-flash": "~0.0.2",
"express-jwt": "~6.0.0",
"express-session": "~1.17.1",
"express-validator": "~5.3.1",
"hat": "~0.0.3",
"jsonwebtoken": "~8.5.1",
"mongodb": "~3.6.4",
"mongoose": "^5.11.18",
"monk": "~7.3.3",
"morgan": "~1.9.1",
"npm-check-updates": "~11.1.4",
"passport": "~0.4.1",
"passport-facebook": "~3.0.0",
"passport-github": "~1.1.0",
"passport-google-oauth20": "~2.0.0",
"passport-linkedin-oauth2": "~1.4.1",
"passport-local": "~1.0.0",
"passport-oauth": "~1.0.0",
"passport-openid": "~0.4.0",
"passport-twitter": "~1.0.4",
"serve-favicon": "^2.5.0",
"underscore": "~1.12.0"
},
"description": "[![Build Status](https://travis-ci.org/ajijohn/ebm.svg)](https://travis-ci.org/ajijohn/ebm)",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ajijohn/ebm.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ajijohn/ebm/issues"
},
"homepage": "https://github.com/ajijohn/ebm#readme"
}