-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "auco-server",
"version": "1.0.0",
"description": "auco server",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rousah/AUCO-server.git"
},
"author": "Emilia Rosa van der Heide",
"license": "ISC",
"bugs": {
"url": "https://github.com/rousah/AUCO-server/issues"
},
"homepage": "https://github.com/rousah/AUCO-server#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"config": "^3.3.6",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"excel4node": "^1.7.2",
"express": "^4.17.1",
"formidable": "^1.2.2",
"generate-password": "^1.6.0",
"joi": "^17.4.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.6",
"mongoose": "^5.12.3",
"random-username-generator": "^1.0.4",
"read-excel-file": "^5.1.0",
"remove-accents": "^0.4.2",
"request": "^2.88.2",
"validation": "^0.0.1"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.4.0",
"nodemon": "^2.0.7"
}
}