-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 588 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 588 Bytes
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
{
"name": "mongri",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"acorn": ">=5.7.4",
"async": "2.6.4",
"basic-auth": "2.0.1",
"body-parser": "1.20.1",
"bson": ">=1.1.4",
"cookie-session": "1.3.2",
"express": "4.17.3",
"kind-of": ">=6.0.3",
"lodash": "^4.17.21",
"pug": "3.0.1",
"method-override": "3.0.0",
"mongoose": "^5.13.15",
"morgan": "1.9.1",
"mquery": "3.2.3",
"passport": "0.6.0",
"passport-google-oauth2": "0.2.0",
"serve-favicon": "2.5.0"
}
}