-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 814 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
29
30
31
{
"name": "googlescholar-scrape",
"version": "0.0.1",
"description": "A webscraped version of Google Scholar, for those who want to use a free package/api of it for their test projests",
"main": "index.js",
"scripts": {
"test": "node test"
},
"keywords": [
"google scholar",
"review related literature",
"research",
"capstone",
"google"
],
"author": "RyannKim327",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/RyannKim327/Google-Scholar-Scrape.git"
},
"bugs": {
"url": "https://github.com/RyannKim327/Google-Scholar-Scrape/issues"
},
"homepage": "https://github.com/RyannKim327/Google-Scholar-Scrape#readme"
}