forked from basiclines/GooglePlay-JSAPI
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 671 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 671 Bytes
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
{
"author": {
"name": "basiclines",
"email": "ismael.gonzalez@meetsapp.com",
"url": "meetsapp.com"
},
"name": "GooglePlay-Store-API",
"description": "Provides GooglePlay Store applications metadata",
"keywords": [
"GooglePlay",
"android",
"api",
"scraper",
"metadata",
"google"
],
"version": "0.1.0",
"repository": {
"type": "git",
"url": "http://github.com/meetsapp/GooglePlay-JSAPI.git"
},
"license" : "MIT",
"main": "./index.js",
"engines": {
"node": ">= 0.6"
},
"dependencies": {
"util": "0.x",
"express": "3.x",
"request": "2.x",
"logfmt": "0.x",
"cheerio": "0.x"
}
}