-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 858 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
{
"name": "@concide/stock-scraper",
"version": "2.0.6",
"description": "Stock Scraper is a script, that fetches and parses data about stock from :",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "German Sigutov",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"node-fetch": "^2.3.0",
"puppeteer": "^1.14.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"nodemon": "^1.18.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Concide/StockScraper.git"
},
"keywords": [
"scraper",
"ticker",
"stock",
"financial"
],
"bugs": {
"url": "https://github.com/Concide/StockScraper/issues"
},
"homepage": "https://github.com/Concide/StockScraper#readme"
}