-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "UnSexistifyIt",
"version": "2.2.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "NODE_ENV=test nodemon --exec 'mocha --recursive -R min'"
},
"dependencies": {
"angular-clipboard": "^1.7.0",
"angular-confirm1": "^1.1.0",
"angular-material": "^1.2.1",
"angularjs-slider": "^7.0.0",
"bcrypt": "^5.0.0",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"circular-json": "^0.5.9",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"debug": "~4.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"helmet": "^4.1.1",
"http-errors": "^1.7.3",
"jsonwebtoken": "^8.5.1",
"loadtest": "^5.1.0",
"mocha": "^8.2.0",
"mongoose": "^5.10.10",
"morgan": "^1.9.1",
"nodemon": "^2.0.6",
"npm": "^6.14.4",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"serve-favicon": "^2.5.0",
"supertest": "^5.0.0"
}
}