-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 961 Bytes
/
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
{
"name": "du-pendaftaran",
"version": "1.0.0",
"description": "API pendaftaran Dinus University 2019",
"main": "app.js",
"author": "doscom",
"license": "MIT",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js",
"test": "mocha --timeout 10000"
},
"dependencies": {
"bcrypt": "^3.0.3",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"connect": "^3.6.6",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"email-templates": "^5.0.3",
"express": "^4.16.4",
"express-session": "^1.15.6",
"json2xls": "^0.1.2",
"mocha": "^5.2.0",
"mongoose": "^5.4.2",
"multer": "^1.4.1",
"nodemailer": "^5.1.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"hbs": "^4.0.4"
},
"devDependencies": {
"morgan": "^1.9.1",
"nodemon": "^1.18.9"
}
}