-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.96 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
63
64
65
66
67
68
69
{
"name": "logsn",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node src/app.js"
},
"engines": {
"node": "10.16.0"
},
"keywords": [],
"author": "Me",
"license": "ISC",
"dependencies": {
"@azure/storage-blob": "^12.2.1",
"@azure/storage-file-share": "^12.2.0",
"ace-builds": "^1.4.12",
"ace-code-editor": "^1.2.3",
"amqplib": "^0.6.0",
"async": "^3.2.0",
"awesome-notifications": "^3.1.1",
"bcrypt": "^4.0.1",
"bcryptjs": "^2.4.3",
"bee-queue": "^1.2.3",
"body-parser": "^1.17.1",
"child_process": "^1.0.2",
"compile-run": "^2.3.2",
"compilex": "^0.7.4",
"connect-busboy": "0.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"custom-code-editor": "^3.1.8",
"display-notification": "^2.0.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"email-existence": "^0.1.6",
"express": "^4.15.2",
"express-fileupload": "^1.2.0",
"express-handlebars": "^3.0.0",
"express-messages": "^1.0.1",
"express-session": "^1.15.2",
"filecompare": "^1.0.4",
"googleapis": "^39.2.0",
"joi": "^14.3.1",
"kue": "^0.11.6",
"mongoose": "^5.9.16",
"morgan": "^1.8.1",
"multer": "^1.4.2",
"node-cmd": "^3.0.0",
"node-notifier": "^8.0.0",
"node-schedule": "^1.3.2",
"nodemailer": "^6.4.8",
"npm-run-all": "^4.1.5",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"python": "0.0.4",
"python-shell": "^2.0.1",
"qrate": "^1.2.0",
"randomstring": "^1.1.5",
"redis": "^3.0.2",
"request": "^2.88.2",
"socket.io": "^2.3.0",
"textract": "^2.5.0",
"vue-prism-editor": "^1.2.2",
"window": "^4.2.7"
},
"devDependencies": {},
"description": ""
}