forked from theodi/nodejs-oauth-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "lrs2k22",
"version": "2.3.0",
"description": "The ODI Learning Records System frontend",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/theodi/LRS2k22.git"
},
"author": "David Tarrant",
"license": "ISC",
"bugs": {
"url": "https://github.com/theodi/LRS2k22/issues"
},
"homepage": "https://github.com/theodi/LRS2k22/#readme",
"dependencies": {
"@json2csv/plainjs": "^7.0.5",
"adm-zip": "^0.5.10",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs-extra": "^10.0.0",
"html-to-docx": "^1.8.0",
"mongodb": "^3.6.6",
"multer": "1.4.4-lts.1",
"node-fetch": "^2.6.1",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"path": "^0.12.7",
"rimraf": "^3.0.0",
"sanitize-html": "^2.11.0",
"tar": "^6.1.5",
"tmp-promise": "^1.0.0",
"xml2js": "^0.6.0"
}
}