forked from ShaharBenS/FinalProject
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "finalproject",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha ./test/integration/usersAndRoles.js",
"debug": "testcafe $NODE_DEBUG_OPTION chrome",
"guitest": "./node_modules/.bin/testcafe chrome test/UI_Tests/PendingProcessStructureGUITest.js",
"guitest-headless": "./node_modules/.bin/testcafe chrome:headless test/UI_Tests/",
"artillery": "artillery run ./test/loadAndStressTests/check.yml"
},
"dependencies": {
"artillery": "^1.6.0-28",
"body-parser": "^1.18.3",
"bson": "latest",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "^2.6.1",
"express": "~4.16.0",
"express-session": "^1.15.6",
"form-data": "^2.3.3",
"formidable": "^1.2.1",
"googleapis": "^36.0.0",
"http-errors": "~1.6.2",
"locks": "^0.2.2",
"mdbootstrap": "^4.7.4",
"moment": "^2.24.0",
"mongodb": "latest",
"mongoose": "^5.3.11",
"mongoose-id-validator": "^0.5.0",
"morgan": "~1.9.0",
"nodemon": "^1.19.1",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"passport-outlook": "^2.2.0",
"popups": "^1.1.3",
"pug": "^2.0.3",
"pug-bootstrap": "0.0.15",
"socket.io": "^2.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"passport-local": "^1.0.0",
"testcafe": "^1.1.3"
}
}