-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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": "cs547attendance",
"version": "1.0.0",
"description": "Attendance checker for CS547",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gkovacs/cs547attendance.git"
},
"author": "Geza Kovacs (http://github.com/gkovacs)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gkovacs/cs547attendance/issues"
},
"homepage": "https://github.com/gkovacs/cs547attendance#readme",
"dependencies": {
"cfy": "^1.0.18",
"getsecret": "^1.0.2",
"glob": "^7.1.2",
"google-spreadsheet": "^3.1.15",
"koa": "^1.2.4",
"koa-bodyparser": "1",
"koa-generic-session": "^1.11.6",
"koa-logger": "^1.3.0",
"koa-passport": "1",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"livescript": "^1.5.0",
"passport-google-oauth20": "^1.0.0",
"passport-stanford": "^1.1.1",
"promise-debounce": "^1.0.1",
"self-signed-https": "^1.0.5",
"util": "^0.12.4",
"utils": "^0.3.1"
},
"devDependencies": {
"cheerio": "^0.22.0",
"co": "^4.6.0",
"node-fetch": "^1.6.3"
}
}