aliexscrape
Version:
Get Aliexpress product details in JSON
40 lines (39 loc) • 863 B
JSON
{
"name": "aliexscrape",
"version": "1.0.11",
"description": "Get Aliexpress product details in JSON",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ducdev/aliexscrape.git"
},
"keywords": [
"aliexpress",
"aliexpress-crawler",
"aliexpress-spider",
"aliexpress-api",
"dropship",
"dropshipping",
"aliexpress-scraper",
"scraper",
"crawler",
"spider"
],
"author": "ducdev",
"license": "MIT",
"bugs": {
"url": "https://github.com/ducdev/aliexscrape/issues"
},
"homepage": "https://github.com/ducdev/aliexscrape#readme",
"bin": {
"scrape": "./cli.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}