-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
39 lines (39 loc) · 863 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
39
{
"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"
}
}