-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 930 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
32
33
34
35
36
37
38
{
"name": "gui-scraper",
"version": "1.0.0",
"description": "A GUI Based Web-Scraper for scraping website using NodeJS",
"main": "app.js",
"scripts": {
"start": "node app.js",
"gitAdd": "git add .",
"gitCommit": "git commit -m [--com]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h26k2/node-gui-scraper.git"
},
"keywords": [
"h26k2",
"web-scraper-node"
],
"author": "h26k2",
"license": "ISC",
"bugs": {
"url": "https://github.com/h26k2/node-gui-scraper/issues"
},
"homepage": "https://github.com/h26k2/node-gui-scraper#readme",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"dom-parser": "^0.1.6",
"ejs": "^3.0.1",
"express": "^4.17.1",
"htmlparser2": "^4.0.0",
"jquery": "^3.4.1",
"jsdom": "^16.1.0",
"puppeteer": "^2.0.0",
"string-to-dom": "^0.1.5"
}
}