-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "learner-stop",
"version": "1.0.0",
"description": "Online learning platform",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webdev3211/learner-stop.git"
},
"author": "Tushar",
"license": "MIT",
"bugs": {
"url": "https://github.com/webdev3211/learner-stop/issues"
},
"homepage": "https://github.com/webdev3211/learner-stop#readme",
"dependencies": {
"async": "*",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "~2.6.9",
"ejs": "^2.5.8",
"ejs-mate": "^2.3.0",
"express": "^4.16.3",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"http-errors": "~1.6.2",
"https": "^1.0.0",
"moment": "^2.23.0",
"mongoose": "^5.0.13",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google": "^0.3.0",
"passport-google-oauth20": "^1.0.0",
"request": "*",
"stripe": "^5.8.0"
}
}