-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 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
{
"name": "newapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha"
},
"dependencies": {
"basic-auth": "^2.0.1",
"bcrypt": "^3.0.7",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "^2.7.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"inspect": "0.0.2",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"logger": "0.0.1",
"morgan": "~1.9.1",
"mysql2": "^2.0.2",
"node-cli-tool": "^1.0.2",
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-http": "^0.3.0",
"passport-saml": "^1.2.0",
"pem": "^1.14.3",
"pm2": "^4.2.1",
"query-string": "^6.9.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"saml2-js": "^2.0.5",
"sequelize": "^5.21.3",
"tsscmp": "^1.0.6",
"uuid": "^3.3.3",
"xml2js": "^0.4.23"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"eslint": "^6.8.0",
"mocha": "^7.0.0",
"supertest": "^4.0.2"
}
}