-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 790 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 790 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
28
29
30
31
32
{
"name": "code-ground",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "DEBUG=* NODE_ENV=production node ./bin/www",
"devstart": "nodemon ./bin/www"
},
"dependencies": {
"@google-cloud/datastore": "^1.4.2",
"@google-cloud/storage": "^1.7.0",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^6.0.0",
"express": "~4.16.0",
"firebase-admin": "^6.0.0",
"html2pug": "^2.0.1",
"http-errors": "~1.6.2",
"mongoose": "^5.2.12",
"mongoose-findorcreate": "^3.0.0",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"pug": "2.0.0-beta11",
"save": "^2.3.2"
},
"devDependencies": {
"nodemon": "^1.18.2"
}
}