forked from RCOEM-Google-DSC/leaderboard-step-to-cp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 949 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
{
"name": "LeaderBoard",
"version": "1.0.0",
"description": "Leader-board for Participants to make \"A Step Toward Competitive Programming\" more informative, interactive and fun .",
"main": "index.js",
"scripts": {
"setup": "node ./setup.js",
"1.RefineData": "node ./refineData/filterParticipantsData.js",
"2.GetData": "node ./scrapeData/getParticipantsData.js",
"3.MakeLeaderBoard": "node ./makeLeaderBoard/generateLeaderBoard.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RCOEM-Google-DSC/leaderboard-step-to-cp.git"
},
"author": "Madhav Jha",
"license": "ISC",
"bugs": {
"url": "https://github.com/RCOEM-Google-DSC/leaderboard-step-to-cp/issues"
},
"homepage": "https://github.com/RCOEM-Google-DSC/leaderboard-step-to-cp#readme",
"dependencies": {
"cross-fetch": "^3.1.4",
"node-html-parser": "^4.1.5",
"nodemailer": "^6.6.5"
},
"type": "commonjs"
}