fetch-honda-products
Version:
Fetches Honda Power Equipment product data.
33 lines (32 loc) • 755 B
JSON
{
"name": "fetch-honda-products",
"version": "1.0.10",
"description": "Fetches Honda Power Equipment product data.",
"main": "src/index.js",
"scripts": {
"start": "node src",
"test": "jest"
},
"keywords": [
"Honda",
"Honda Power Equipment"
],
"author": {
"name": "Austin Gordon",
"email": "gordon.austin2@gmail.com",
"url": "https://github.com/AustinLeeGordon"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hutsoninc/fetch-honda-products"
},
"dependencies": {
"bluebird": "^3.5.4",
"bottleneck": "^2.18.0",
"cheerio": "^1.0.0-rc.3",
"fetch-retry": "^2.0.0",
"jest": "^24.8.0",
"jsdom": "^15.0.0"
}
}