kurs
Version:
A node package that will make scrapping currency text easier
24 lines (23 loc) • 484 B
JSON
{
"name": "kurs",
"version": "1.0.2-beta2",
"description": "A node package that will make scrapping currency text easier",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"kurs",
"money",
"fintech",
"currency",
"web",
"scrapping"
],
"author": "Roger Stach (https://roger.js.org)",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"request": "^2.81.0"
}
}