-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.65 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
62
{
"name": "coresurvey",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "^10.15.0",
"npm": "^6.0.0"
},
"dependencies": {
"angular-bootstrap-datetimepicker": "^3.0.0",
"bootstrap": "^4.3.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-session": "^1.16.1",
"http-errors": "~1.6.2",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.5.1",
"morgan": "~1.9.0",
"nodemon": "^1.19.1",
"open-iconic": "^1.1.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1"
},
"description": "Mongo and Mongoose Demo",
"main": "server.js",
"author": "Tom Tsiliopoulos",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/connect-flash": "0.0.34",
"@types/cookie-parser": "^1.4.1",
"@types/cors": "^2.8.4",
"@types/express": "^4.16.1",
"@types/express-session": "^1.15.12",
"@types/jsonwebtoken": "^8.3.2",
"@types/mongoose": "^5.3.26",
"@types/morgan": "^1.7.35",
"@types/node": "^10.14.4",
"@types/passport": "^1.0.0",
"@types/passport-jwt": "^3.0.1",
"@types/passport-local": "^1.0.33",
"@types/passport-local-mongoose": "^4.0.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/langdin/CoreSurvey.git"
},
"bugs": {
"url": "https://github.com/langdin/CoreSurvey.git/issues"
},
"homepage": "https://github.com/langdin/CoreSurvey.git#readme"
}