forked from kubohiroya/studentIDReader.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.38 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "studentIDReader.js",
"description": "FeliCa Student ID card reader to check attendees.",
"version": "1.0.0",
"contributors": [
{
"name": "Hiroya Kubo",
"email": "hiroya@cuc.ac.jp"
},
{
"name": "Atsumi3",
"email": "b140096@cuc.ac.jp"
}
],
"homepage": "https://github.com/Atsumi3/studentIDReader",
"repository": {
"type": "git",
"url": "git://github.com/Atsumi3/studentIDReader.js"
},
"license": "MIT",
"engines": {
"node": "*"
},
"dependencies": {
"body-parser": "^1.9.2",
"commander": "^2.5.0",
"crypto": "0.0.3",
"errorhandler": "^1.3.0",
"express": "^4.10.2",
"fs-extra": "^0.12.0",
"iconv": "^2.1.4",
"method-override": "^2.3.0",
"multer": "^0.1.6",
"node-libpafe": "git://github.com/kubohiroya/node-libpafe.git",
"node-xlsx": "^0.5.1",
"node-zip": "^1.1.0",
"open": "0.0.5",
"redis": "^0.12.1",
"ws": "^0.4.32"
},
"keywords": [
"FeliCa",
"PaSoRi",
"NFC",
"RFID",
"attendance",
"jQuery"
],
"main": "./bin/studentIDReader",
"bin": {
"studentIDReader": "./bin/studentIDReader",
"updateAttendeeTable": "./bin/updateAttendeeTable"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Atsumi3/studentIDReader.js/issues"
},
"_id": "studentIDReader.js@1.0.0",
"_from": "studentIDReader.js@*"
}