-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 871 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
{
"name": "attendance-system",
"version": "1.0.0",
"description": "fingerPrint based attendance system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"serialport",
"nodemailer",
"Arduino",
"girdfs",
"Attendance System"
],
"author": "Amar",
"license": "MIT",
"dependencies": {
"bcrypt": "^2.0.0",
"body-parser": "^1.18.2",
"connect-multiparty": "^2.1.0",
"cors": "^2.8.4",
"express": "^4.16.3",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.2.1",
"mongoose": "^5.0.14",
"morgan": "^1.9.0",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"serialport": "^6.1.1",
"socket.io": "^2.1.0"
},
"devDependencies": {
"eslint": "^4.19.1"
}
}