-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 778 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 778 Bytes
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
{
"name": "applicants-checker",
"version": "1.0.0",
"description": "A small webapp to rate applicants for HackUPC",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ani300/applicants-checker.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ani300/applicants-checker/issues"
},
"homepage": "https://github.com/ani300/applicants-checker#readme",
"dependencies": {
"body-parser": "^1.14.2",
"express": "^4.13.4",
"express-session": "^1.13.0",
"forms": "^1.1.4",
"google-spreadsheet": "^1.1.3",
"hbs": "^4.0.0",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0"
}
}