-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 998 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": "duresults",
"version": "1.0.0",
"description": "The motivation for this project came from my unhealthy fascination with numbers and a desire to compare my own rather okay-ish performance in the Semester examinations with others in the same boat as me. The original push came when I came across [this](https://github.com/jatin69/du-result-fetcher) repository. :fire: (To be continued...)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saranshbht/DUResults.git"
},
"author": "Saransh Bhatia",
"license": "MIT",
"bugs": {
"url": "https://github.com/saranshbht/DUResults/issues"
},
"homepage": "https://github.com/saranshbht/DUResults#readme",
"dependencies": {
"axios": "^0.21.2",
"cheerio": "^1.0.0-rc.10",
"fast-csv": "^4.3.6",
"qs": "^6.9.4",
"urllib": "^2.37.2",
"zlib": "^1.0.5"
},
"devDependencies": {}
}