forked from facundoolano/google-play-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "google-play-scraper",
"version": "3.1.8",
"description": "scrapes app data from google play store",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 5000 && eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/facundoolano/google-play-scraper"
},
"keywords": [
"google",
"play",
"scraper"
],
"author": "Facundo Olano",
"license": "MIT",
"bugs": {
"url": "https://github.com/facundoolano/google-play-scraper/issues"
},
"homepage": "https://github.com/facundoolano/google-play-scraper",
"dependencies": {
"cheerio": "^0.20.0",
"debug": "^2.2.0",
"memoizee": "^0.3.10",
"ramda": "^0.21.0",
"request": "^2.79.0",
"throttled-request": "^0.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.8.0",
"eslint-config-semistandard": "^6.0.1",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"mocha": "^2.4.5",
"promise-log": "^0.1.0",
"validator": "^5.2.0"
}
}