-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 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
{
"name": "zk-jubaer",
"version": "2.0.5",
"description": "This package allows for real-time tracking of employee attendance using a ZKTeco device and the device's IP address.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JubaerHossain/zk-jubaer.git"
},
"keywords": [
"zkteco",
"realtime",
"ateendance",
"ip",
"address",
"jubaer",
"hossain",
"zk-jubaer",
"zk",
"biometric",
"device",
"attendance",
"real-time",
"realtime",
"biometric attendance",
"biometric attendance device"
],
"author": "JubaerHossain",
"license": "MIT",
"contributors": [
{
"name": "Jubaer Hossain",
"email": "jubaer01.cse@gmail.com",
"github": "https://github.com/JubaerHossain"
}
],
"bugs": {
"url": "https://github.com/JubaerHossain/zk-jubaer/issues"
},
"homepage": "https://github.com/JubaerHossain/zk-jubaer#readme"
}