-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 861 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
{
"name": "exam",
"version": "1.0.0",
"description": "My Exam project in NodeJS",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "forever start server.js",
"lint": "eslint ./"
},
"author": "Emil Falk Knudsen",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-formidable": "^1.0.0",
"forever": "^0.15.3",
"formidable": "^1.2.1",
"jsonwebtoken": "^8.2.1",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"request": "^2.87.0",
"socket.io": "^2.1.0"
},
"devDependencies": {
"@angular/cli": "^1.7.4",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1"
}
}