-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 924 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 924 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
36
37
38
39
40
{
"name": "presentationassistant",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"ajv": "^6.0.0",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-session": "^1.15.6",
"googleapis": "^27.0.0",
"heroku": "^7.16.6",
"http-errors": "~1.6.2",
"ip": "^1.1.5",
"mongodb": "^3.0.11",
"mongoose": "^5.2.4",
"morgan": "~1.9.0",
"ngrok": "^3.0.1",
"openurl": "^1.1.1",
"opn": "^5.3.0",
"pdfjs-dist": "^2.0.489",
"prompt": "^1.0.0",
"pug": "2.0.0-beta11",
"qrcode-terminal": "^0.12.0",
"shelljs": "^0.8.2",
"socket.io": "^2.1.1",
"webpack": "^3.0.0",
"window": "^4.2.5"
},
"devDependencies": {
"electron": "^3.0.3",
"node-key-sender": "^1.0.10"
}
}