-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.7 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
{
"name": "vimsu_prototype",
"version": "1.0.0",
"description": "",
"main": "./src/server.js",
"scripts": {
"start": "node ./src/server.js",
"test": "mocha --file ./test/teardown.js test/**/*.js || true",
"coverage": "nyc --reporter html --reporter text npm test",
"lcov": "nyc --reporter=text-lcov > coverage.lcov npm test",
"docs": "./node_modules/.bin/jsdoc -c ./.jsdoc.conf.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PSESS2020/Vimsu_prototype.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/PSESS2020/Vimsu_prototype/issues"
},
"homepage": "https://github.com/PSESS2020/Vimsu_prototype#readme",
"dependencies": {
"@azure/identity": "^1.3.0",
"@azure/storage-blob": "^12.6.0",
"azure-storage": "^2.10.3",
"bson": "^4.4.0",
"chai-as-promised": "^7.1.1",
"chai-datetime": "^1.8.0",
"chai-dom": "^1.9.0",
"chai-jquery": "^2.1.0",
"chai-spies": "^1.0.0",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"get-video-duration": "^3.1.0",
"handlebars": "^4.7.7",
"jquery": "^3.6.0",
"jsdoc": "^3.6.5",
"jsdom": "^16.6.0",
"memorystore": "^1.6.6",
"merge-images": "^2.0.0",
"mkdirp": "^1.0.4",
"mongodb": "^3.6.9",
"nodemailer": "^6.6.2",
"password-hash": "^1.2.2",
"popper.js": "^1.16.1",
"requirejs": "^2.3.6",
"rimraf": "^3.0.2",
"sinon": "^11.1.1",
"socket.io": "^2.4.1"
},
"devDependencies": {
"chai": "^4.3.4",
"codecov": "^3.8.2",
"mocha": "^9.0.1",
"nyc": "^15.1.0"
}
}