forked from facundoolano/app-store-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 KB
/
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
40
41
42
43
44
45
{
"name": "app-store-scraper",
"version": "0.17.0",
"description": "scrape data from the itunes app store",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facundoolano/app-store-scraper.git"
},
"keywords": [
"mac",
"app",
"store",
"itunes",
"scraper"
],
"author": "Facundo Olano",
"license": "ISC",
"bugs": {
"url": "https://github.com/facundoolano/app-store-scraper/issues"
},
"homepage": "https://github.com/facundoolano/app-store-scraper#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"debug": "^2.2.0",
"memoizee": "^0.3.10",
"ramda": "^0.21.0",
"request": "^2.87.0",
"throttled-request": "^0.1.1",
"xml2js": "^0.4.16"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.18.2",
"eslint-config-semistandard": "^6.0.1",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.2",
"validator": "^13.7.0"
}
}