-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 873 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
33
34
35
{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"algoliasearch": "^3.24.11",
"body-parser": "^1.18.2",
"cheerio": "^1.0.0-rc.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"download-file": "^0.1.5",
"express": "~4.15.5",
"express-session": "^1.15.6",
"firebase": "^4.9.0",
"firebase-admin": "^5.8.1",
"google": "^2.1.0",
"google-search": "^0.0.5",
"googleapis": "^26.0.1",
"jstransformer-markdown-it": "^2.0.0",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"morgan": "~1.9.0",
"pug": "2.0.0-beta11",
"puppeteer": "^1.0.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"serve-favicon": "~2.4.5",
"session-file-store": "^1.2.0",
"slugify": "^1.2.6",
"telegraf": "^3.19.0"
}
}